780 pts.
3,665 pts.
  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 Pdsathishkumar   3,665 pts.

 
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:  Feb 7, 2012  8:01 AM (GMT)  by  Deepu9321   3,355 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _




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

position = %Scan( targetFix: source);

 3,665 pts.