Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
blue circle isn't drawing and print isn't working?
#7
Note, what you're thinking of is probably a case of not needing to use a suffix if you DIM a variable AS TYPE.

For example:

DIM x AS STRING

x$ = "Foo"    <-- this is still perfectly valid.
PRINT x        <-- this will still print "Foo" as x is dimmed as a string.
PRINT x!       <-- this, however, is a different variable as defined by your suffix.
Reply


Messages In This Thread
RE: blue circle isn't drawing and print isn't working? - by SMcNeill - 09-21-2024, 01:41 AM



Users browsing this thread: 1 Guest(s)