Get_Session_Number

Get the number for the session in which this script is executing.

Example

Script(Get_Session_Number_Test)
String(strMessage)
String(strSessionNumber)
Number(nSession)
Activate(From_Menu)
nSession = Get_Session_Number
strSessionNumber = Number_To_String_Decimal(nSession)
strMessage = String_Combine("Session Number:", strSessionNumber)
Message(strMessage, 7)
Return

See Also

Get_MAC_Address, Get_IP_Address, Get_Workstation_ID

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal