Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
const as string?
#4
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.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)