Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter TwelveInternet Functions (continued)

StringToIPv4 Function

Overview

The StringToIPv4 function parses an incoming string to form an IPv4 dword.

Syntax/Parameters

Syntax

dword = StringToIPv4 ( string data );

Parameters

data

A string specifying a compliant IPv4 address in the form of “nnn.nnn.nnn.nnn”.

Return Value

Returns a dword containing a translated value or zero on failure. Since zero can be a value value, the last error must be checked to determine if a syntax error occurred.

Remarks

The string cannot contain spaces. Values are checked for range of 0-255. The return value is highest to lowest, for example: “1.2.3.4” will return 0x01020304.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic