Friday 27 May 2016

Replace

Replace


  • Replace command replace only 1st occurrence in String.

Ex :

Source Code


PARAMETERS txt TYPE string.


REPLACE 'A' WITH 'B' INTO txt.


WRITE txt.



Input


Output





No comments:

Post a Comment