문제

can i create a array of special characters in Peoplesoft Something like below.

Local Array of String &MyArray;

&MyArray = CreateArray( "!","@","#","$","%","^","&","*","(",")" );

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top