Hi,

I'm trying to assign a value to a key in a listview. But it keeps telling me that it's an invalid key.

I suspect that the problem is that the key is looking for a string but I was trying to assign it a number. But I thought that you can convert a number to a string by using the CStr() function... I tried CStr(1) for the key but it still gives me an invalid key error.

Any help would be appreciated..


Dan