stringify

Takes an array of records and serialize it to a string.

Can only return a string of maximum 64000 characters due to the limitation of VARCHAR type.To overcome the limitation use a List<Text> with the record/list selection, in combination with stringify's JSON option.

Syntax:

stringify (( records | ListRef [ /ChildListRef ] ) ,( DataitemReference | <String> ) [ ,JSON ] )into VariableNameRef ;


            execute {
               stringify(records, keyref, JSON) into VarKeyrefs;
            }

VariableNameRef

Variable name

Syntax:

<Identifier>

ListRef

List of selector name

Syntax:

<Identifier>

ChildListRef

Name of child list

Syntax:

<Identifier>


This page is generated from IFS Developer Studio at 2021-08-13 08:43.