can i create a array of special characters in Peoplesoft Something like below.
Local Array of String &MyArray;
&MyArray = CreateArray( "!","@","#","$","%","^","&","*","(",")" );
can i create a array of special characters in Peoplesoft Something like below.
Local Array of String &MyArray;
&MyArray = CreateArray( "!","@","#","$","%","^","&","*","(",")" );
Copyright © 2021 Jogjafile Inc.
Your code should work like a charm :)
Did you encountered any issue when executing it ? On my side, no problem when looping on the array and displaying the strings.