History  | 
StartupString (general internal functions) 
Purpose 
Returns the startup string (command line argument) for an application. 
This is used to differentiate different installations of an application or to seed an FCAS program with initial values. 
Syntax 
StartupString 
Example 
Sub Main() 
        Print "The command line argument for this application is";  
        StartupString 
End Sub 
 | ||