IP2STR/de
From MCS Wiki AVR
< IP2STR(Difference between revisions)
(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...") |
m (1 revision) |
Latest revision as of 21:15, 15 February 2013
Contents |
= (**COPIED FROM ENGLISH PAGE**) === 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 |
---|