Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Variable characters
#2
Actually, I can easily use 12 symbols in my variable names.  Can I ask what version of BASIC you're referring to, as I don't think it's QB64.  Now, is there any missing symbols that I didn't include?   You have to decide that for yourself!

Code: (Select All)
Dim xa% '% is used herre
Dim xa! '! is used here
Dim xa& '& is used here
Dim xa~% '~ is used here
Dim xa# '# is used here
Dim xa` '` is used here
Dim xa$ '$ is used here
Dim x.a '. is used here
Dim x_a '_ is used here
Dim x(0) '( is used here
Dim a(0) ' ) is used here
Dim xa(0, 0) ', is used here
Reply


Messages In This Thread
Variable characters - by eoredson - 10-17-2024, 05:47 AM
RE: Variable characters - by SMcNeill - 10-17-2024, 06:26 AM
RE: Variable characters - by eoredson - 10-17-2024, 09:20 PM
RE: Variable characters - by eoredson - 10-19-2024, 01:02 AM
RE: Variable characters - by eoredson - 10-19-2024, 03:23 AM
RE: Variable characters - by SMcNeill - 10-19-2024, 03:45 AM
RE: Variable characters - by eoredson - 10-21-2024, 02:43 AM
RE: Variable characters - by eoredson - 10-21-2024, 02:55 AM



Users browsing this thread: 1 Guest(s)