IP2STR
From MCS Wiki AVR
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "= <span class="f_Header">Action</span> = Convert an IP number into it’s string representation. <span style="font-family: Arial;"> </span> <span style="font-family: A...")
(Created page with "= <span class="f_Header">Action</span> = Convert an IP number into it’s string representation. <span style="font-family: Arial;"> </span> <span style="font-family: A...")
Latest revision as of 21:35, 11 February 2013
Contents |
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
Languages | English • Deutsch |
---|