要求されたページは選択されたバージョンでは利用できない。
AddArgument
Syntax
integer AddArgument(string name, string value)
Description
Add an argument to the current action line.
Parameters
name
Name of the argument.
value
Value of the argument.
Return Value
Return 1 if the call is successful; otherwise, 0.If unsuccessful, the diagnostic functions can be used to get more details.
Notes
- Use this function only in combination with NewActionLine().