Promotic
Login logon

Hex - function of language VBScript

Description:
Returns a string that represents the value of a number in hexadecimal.
In the PROMOTIC system it is better to use the PmFormat object, see The usage of Radix for formatting numbers into hexadecimal form.
Syntax:
String Hex(Long number)
Parameters:
number(Long) Any valid numeric expression.
Note:
If number is not already a integer, then it is rounded to the nearest integer before being evaluated.

If number is function returns
Null Null
Empty Zero (0)
Any other number up to 8 hexadecimal characters

Hexadecimal value of number can be entered directly by preceding numbers in the proper range with &H. For example, &H10 in hexadecimal represents decimal 16.
Example:
VBScriptSelect and copy to clipboard

Dim sHex
sHex = Hex(5)   ' Returns "5"
sHex = Hex(10)   ' Returns "A"
sHex = Hex(459)   ' Returns "1CB"
PROMOTIC 9.0.34 SCADA system documentation MICROSYS, spol. s r.o.

Send page remark Contact responsible person
© MICROSYS, spol. s r.o.Update cookies preferences