Retrieves the value of a Newlook variable or object property.
object.GetValue(value)
Where object is an object expression that evaluates to one of the items in the Applies To list below.
Newlook Smartclient
Newlook Server
value - (String, Required)
The name of the Newlook variable or property whose contents you wish to retrieve.
Use this method when you wish to retrieve the contents of a global Newlook variable or an object property.
The following example retrieves a global Newlook variable called varUser. VB SCRIPTDim userValue userValue = App.GetValue ("varUser") JSCRIPTvar demoUser = App.GetValue ("varUser"); app.MsgBox ("User is: " + demoUser, "User");
|
(string) The contents of the variable or property specified.
© 2004-2021 looksoftware. All rights reserved.