Azrael III
07-21-2003, 10:30 AM
is there a way to replace characters in a string?
eg "g" should be "a" etc
eg "g" should be "a" etc
replacing charactersAzrael III 07-21-2003, 10:30 AM is there a way to replace characters in a string? eg "g" should be "a" etc GhostDog 07-21-2003, 10:32 AM Hi Use the instr () function to check whether a character exists and replace() function to replace the required character GhostDog Azrael III 07-21-2003, 10:36 AM thx works fine pradeep 07-21-2003, 10:40 AM Replace(Source, Find, Replace, [Start], [Count], [CompareMethod]) |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum