Assigned |
Top Previous Next |
Prototype
Bool:=Assigned(strVariableName)
Description
Checks whether a variable has been initialized.
Parameters
strVariableName: it corresponds to the variable name to test. Not the parameter is a string and needs to be surrounded by single quotation marks.
Returned value
Bool: Boolean value that is true if the variable has been initialized, false if it hasn't.
Notes
None. |