SystemSet global variable 'Convertion' to "On"
//Replace characters
System: 0 global('Convertion') Equal to "On"
EditBoxSet text to replace(EditBox 0 , "a", "@")
System: 0 global('Convertion') Equal to "On"
EditBoxSet text to replace(EditBox 0 , "b", "#")
System: 0 global('Convertion') Equal to "On"
EditBoxSet text to replace(EditBox 0 , "c", "�")
System: 0 global('Convertion') Equal to "On"
EditBoxSet text to replace(EditBox 0 , "d", "%")
System: 0 global('Convertion') Equal to "On"
EditBoxSet text to replace(EditBox 0 , "e", "&")
System: 0 global('Convertion') Equal to "On"
EditBoxSet text to replace(EditBox 0 , "f", "/")
System: 0 global('Convertion') Equal to "On"
EditBoxSet text to replace(EditBox 0 , "g", "!")
System: 0 global('Convertion') Equal to "On"
EditBoxSet text to replace(EditBox 0 , "h", "?")
//End convertion
System: 0 EditBox 0 .Text Different to find(EditBox 1 , "a","b")
System: 0 EditBox 0 .Text Different to find(EditBox 1 , "c","d")
System: 0 EditBox 0 .Text Different to find(EditBox 1 , "e","f")
System: 0 find(EditBox 0 , "e","f") Different to find(EditBox 1 , "g","h")
SystemSet global variable 'Convertion' to "Done"[/code:1e6jpfvb]