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 -

c++ - Issues with OpenGL referencing when compiling in Ubuntu terminal -

Using Angularjs $http in browser console -