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

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

python - TypeError: can only concatenate tuple (not "float") to tuple -

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