PRODUCT |

|

|
|

|
|
|
|
|
FAQ |
|

|
|
|
|
|
|
LEARN SCRIPTING |
|

|
|
|
|
|
|
|
|
|
|
SAMPLE SCRIPTS |
|
|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
HELP / DOCUMENTATION |
|

|
|
|
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
Help Page - getSN
( Some help pages may not display correctly in html because those help pages may have sample code in them, part of which may be mis-interpreted as html tags.
All help pages, including this help page, are available in biterScripting with the help command. )
|
|
Function
getSN
Purpose
Gets the serial number of current installation.
Return Type
string
Syntax
getSN()
Arguments
None.
Return Value
A string value representing serial number.
Stream Input
Streams apply to commands and not to functions.
Stream Output
Streams apply to commands and not to functions.
Stream Error
Streams apply to commands and not to functions, although any errors
will be written here.
Description
The returned string has the serial number of the installation on which this
command was executed.
Restrictions
None.
Valid Examples
echo getSN()
Will print the serial number on screen.
echo getSN() > mySN.txt
Will print the serial number to file mySN.txt.
Invalid Examples
echo getSN
Will produce error. Function calls must have parentheses, even if there are no
input arguments. In case there are no input arguments, use (), as follows.
echo getSN()
See Also
getLN
getcomputer
gettime
|
|
© 2008-2013, biterScripting.com. All rights reserved.
biterScripting, biterScript, biterBrowser, biterMobile, biterScripting.com, FVA (Forward Variable Assignment) are trademarks of biterScripting.com. Is it biterScripting-compatible ? is a service mark of biterScripting.com.
Explorer, Unix, Windows are trademarks, service marks or other forms of intellectual property of their respective owners.
|
|