Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter TwelveInternet Functions (continued)

ArrayToIPv4 Function

Overview

The ArrayToIPv4 function translates an array of bytes to an IPv4 dword.

Syntax/Parameters

Syntax

dword = ArrayToIPv4 ( byte data[] );

Parameters

data

A four element byte array specifying a compliant IPv4 address.

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 data parameter can be any integer base data type. 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