[apluslist] command line arguments

Vladimir N. Kutinsky kutinskyv at obninsk.com
Wed Dec 21 23:36:46 EST 2005


John,

What you need is most likely the system variable "_argv" that is a vector of
character strings:
_argv[0] - script name
_argv[1] - argument1
_argv[2] - argument2 etc.

Regards,
Vladimir


From: apluslist-bounces at aplusdev.net [mailto:apluslist-bounces at aplusdev.net]
On Behalf Of John Yen
Sent: Wednesday, December 21, 2005 10:50 PM
To: apluslist at aplusdev.net
Subject: [apluslist] command line arguments


Hi, 

Is there an A+ equivalent to ARGV and ARGC, where A+ stores the values of
command line arguments? 

Thanks, 
John



More information about the apluslist mailing list