Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Command$ issues
#5
The getCommand$ function works well! Parses 10 * (10 - 1) correctly as well as "abc def"

Kinda lengthy though however, using the following works!

Code: (Select All)
Rem get command$
Rem $Dynamic
DefLng A-Z
x$ = getCommand$(-1)
v = Int(Val(x$))
x$ = ""
For z = 1 To v
  x$ = x$ + getCommand$(z)
Next
Print x$
End

It parses spaces and symbols quite nicely which is what I wanted it to do...

@mdijkens: thanks for your work!
Reply


Messages In This Thread
Command$ issues - by eoredson - 04-09-2025, 04:23 AM
RE: Command$ issues - by DSMan195276 - 04-09-2025, 04:53 AM
RE: Command$ issues - by mdijkens - 04-09-2025, 02:53 PM
RE: Command$ issues - by hsiangch_ong - 04-09-2025, 03:15 PM
RE: Command$ issues - by eoredson - 04-09-2025, 09:59 PM
RE: Command$ issues - by eoredson - 04-14-2025, 02:03 AM
RE: Command$ issues - by mdijkens - 04-14-2025, 08:18 AM
RE: Command$ issues - by eoredson - 04-14-2025, 11:12 PM
RE: Command$ issues - by eoredson - 05-02-2025, 01:42 AM



Users browsing this thread: 1 Guest(s)