can i create a array of special characters in Peoplesoft -


can create array of special characters in peoplesoft below.

local array of string &myarray;

&myarray = createarray( "!","@","#","$","%","^","&","*","(",")" );

your code should work charm :)

did encountered issue when executing ? on side, no problem when looping on array , displaying strings.


Comments

Popular posts from this blog

c++ - Linked List error when inserting for the last time -

java - activate/deactivate sonar maven plugin by profile? -

java - What is the difference between String. and String.this. ? -