Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Description - INTERNAL DOCUMENTATION

This function is used to execute an XLogic command within LUA. This version takes a single string as parameter which includes all parameters.

Signature

nxa.ExecuteXCommand (string, string)

Parameters

NameTypeMandatory/OptionalDescription
 stringMNamd of XCommand. The variable scope is encoded as " : " . If no scope is needed only the XCommand name shall be given.
 stringMInputs, Parameters and Outputs

Return

None.

  • No labels