maeIsSetupModified
maeIsSetupModified( [?sessiont_sessionName] ) =>t / nil
Description
Checks whether the setup has been modified after the last time it was saved in the given maestro session.
Arguments
Value Returned
Examples
Checks whether the setup of the specified maestro session has been modified since the value for the variable Cap is set to 2p.
sess= maeOpenSetup("solution" "ampTest" "maestro")
maeSetVar("Cap" "2p")
maeIsSetupModified(?session sess)
=> t
Return to top