Is it possible to assign string variable to Array Variable

Is it possible to assign string variable to Array Variable?

Example

Assign : array_String = str_string

Hi @Sathish_Kumar_S,

Use like this.

Assign : array_String = {str_string}

Thanks,
Ashok :slight_smile:

@Sathish_Kumar_S

arrayvariable = {stringvariable}

this converts it to array with only one value

cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.