cancel
Showing results for 
Search instead for 
Did you mean: 

PAS string manipulation operations

Former Member
0 Kudos

Hi

How can I manipulate a string in PAS by replacing a character with another character?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Do you mean passing a string variable into a procedure or logic set?

I think there is a "Text Variable" available in PAS which you can try using.

Regards,

Prasanth.

Former Member
0 Kudos

If you're talking about a string in PAS code here is a technique.

The first is to dump the database, open the dump file in a text editor, do a global replace of your string, then to reload the modified dump file