maeGetSessions
maeGetSessions()
=> l_sessionNames / nil
Description
Returns an alphanumerically sorted list of ADE Explorer or ADE Assembler sessions that are currently open.
You can use the session names returned by this function in other functions, such as maeSaveSetup or maeGetSetup.
Arguments
Value Returned
|
List of alphanumerically sorted ADE Explorer or ADE Assembler sessions that are currently open. |
||
Examples
Returns the list of valid ADE Explorer and ADE Assembler sessions that are currently active.
maeGetSessions()
=> ("fnxSession0" "fnxSession1" "fnxSession2" "fnxSession3" "fnxSession4" "fnxSession5" "fnxSession6" "fnxSession7" "fnxSession8" "fnxSession9" "fnxSession10" "fnxSession11")
Return to top