cnubintolist()

Function group Execute on client Platform(s)
List NO All

Syntax

cnubintolist(binary)

Description

Returns the list created by converting binary to a list, where binary was created in non-Unicode Studio by assigning a list to a binary variable.

Example

# Assign a list to a binary variable created in a non-Unicode Studio
Calculate lBinary as lOldList

# Converts a binary variable to a list in a Unicode Studio
Calculate lNewList as cnubintolist(lBinary)