Board index » delphi » paramstr() used during runtime?
Elli
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
paramstr() used during runtime?Hi again... I am writing a shell-type program but I am having some type commandstr = string[4]; {blah blah blah} begin {main} readln(commandstr, param1, param2); If up(commandstr) = 'HELP' then help(param1) {etc...} Now, this sux because the command is limited to 4 characters, and if I know I can't use paramstr() except on the command line when my Pointers could be an option, but I need to make a 'type', and that Well, any help would be appreicated, and thanks. |