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

Possibly Related Threads…
Thread Author Replies Views Last Post
  Mac print #file crlf? BlameTroi 5 342 02-16-2026, 08:42 PM
Last Post: BlameTroi
  Print strings with accents and special chars Ikerkaz 8 711 12-20-2025, 09:28 PM
Last Post: TempodiBasic
  plotting shapes not working madscijr 6 658 10-22-2025, 05:29 AM
Last Post: SMcNeill
  why isn't _FULLSCREEN working? madscijr 5 533 09-20-2025, 01:47 AM
Last Post: SMcNeill
  I'm working on an old MS-DOS thingy... KlamPs 2 519 08-25-2025, 09:43 AM
Last Post: hsiangch_ong

Forum Jump:


Users browsing this thread: 1 Guest(s)