Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Command$ issues
#4
if you are doing any programming for linux.  you have to be careful with dollar sign as well.  unprotected something like $HOME would surprise another user of your program.  but this should be needed in an utility which processes text files, which converts audio or images.  or something like that.  not in a gui program.

keep in mind that qb64 treats command$ differently from qb45.  the older product had that function returning its value only in uppercase.  there wouldn't have been an easy way around that.  i used to write utilities that relied on the value of command$.  but eventually had to turn away to look for ini-type files that could provide more input information.  which could be a different pain for another person using my program.  although i always required the main input text file to be in the same directory as the executable.
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

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help: Issues with the _PRINTSTRING and _INPUTBOX$ functions in QB64. qbfans 2 374 02-13-2026, 06:07 AM
Last Post: qbfans
  Command$(count%) - I can't get a value when using the optional argument "(count%)" Unatic 3 529 08-22-2025, 11:58 AM
Last Post: Unatic
  keyword to get the EXE name and the EXE path instead of parsing Command$(0) ? madscijr 8 1,159 07-22-2025, 08:35 PM
Last Post: hsiangch_ong
  Shell issues eoredson 7 1,346 05-10-2025, 02:59 AM
Last Post: eoredson
  Locate command on the ttf graphical screens Helium5793 5 722 03-09-2025, 05:47 PM
Last Post: SMcNeill

Forum Jump:


Users browsing this thread: 1 Guest(s)