Organization Property |
Description
Returns the name of the organization.
PowerBASIC Syntax
Return Value
BSTR. A string value indicating the name of the computer system.
Remarks
Undocumented.
Example [PowerBASIC]
#INCLUDE "WSHOM.INC"
DIM pWshNetwork AS IWshNetwork
pWshNetwork = NEWCOM "WScript.Network" STDOUT ACODE$(pWshNetwork.Organization)
|