should this work???
Code:Dim 1stMessages as New ListBox
Printable View
should this work???
Code:Dim 1stMessages as New ListBox
Yeah it's works fine...
but what is the problem...
Hi,Quote:
Originally Posted by kiwis
No it will not work, because your going to have an error : Identifier expected
You can try:
Wkr,Code:Dim firstMessages As New Listbox
sparrow1
As sparrow1 implied without actually saying, identifiers must begine with either a letter or an underscore.