1,240 pts.
 How to find a character in a string
how to find a character how many times it appears in the string.

Software/Hardware used:
ASKED: February 6, 2012  12:40 PM
UPDATED: March 17, 2012  1:45 AM
  Help
 Approved Answer - Chosen by 9783444184 (Question Asker)

just use SCAN function to find character... and count appear characters...

position = %Scan( targetFix: source);

ANSWERED:  Feb 6, 2012  2:46 PM (GMT)  by 9783444184

 
Other Answers:

By using %SCAN you can get the position of a character in a String.

You might need to write your code in a loop for getting the No. of Occurances.

Pradeep.

Last Wiki Answer Submitted:  February 7, 2012  8:01 am  by  deepu9321   3,370 pts.
Latest Answer Wiki Contributors:  deepu9321   3,370 pts.
To see other answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _