Action
Convert an IP number into it’s string representation.
Syntax
Var = IP2STR(num)
Remarks
An IP number is represented with dots like 192.168.0.1.
The IP2STR function converts an IP number into a string.
This function is intended to be used in combination with the BASCOM TCP/IP routines.
Var |
The string variable that is assigned with the IP number |
Num |
A variable that contains the ip number is numeric format. |
See also