Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

string search

Former Member
0 Likes
301

Hi All,

how can I do the following ?

If user input due to "select-options" field

equals e.g. any char in string

then do anything else .

select-options -> input char R39/27

String s = R39/26 R39/27 R39/28 R60 R62

Regards

sas

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
272
loop at so_char.

so_char-low = value.

if <string>CS value .

else.

endif.

endloop.
1 REPLY 1
Read only

former_member156446
Active Contributor
0 Likes
273
loop at so_char.

so_char-low = value.

if <string>CS value .

else.

endif.

endloop.