04-16-2010, 07:42 PM
You can't put data in a string at the same time as dimming it.
One of my wishlist items is to be able to fill a string array at the dim stage.
So you need to do
dim thing as String
thing="text"
as two statements, for now.
String handling is still a little less sophisticated than numbers; I suspect const doesn't cover them at the moment.
One of my wishlist items is to be able to fill a string array at the dim stage.
So you need to do
dim thing as String
thing="text"
as two statements, for now.
String handling is still a little less sophisticated than numbers; I suspect const doesn't cover them at the moment.