Oct 14, 2004 #1 cobdeng MIS Joined Oct 14, 2004 Messages 19 Location GB I need to search a number of fields in a 4gl routine to search and replace characters. Is there a simple way of doing this please
I need to search a number of fields in a 4gl routine to search and replace characters. Is there a simple way of doing this please
Oct 14, 2004 #2 olded Programmer Joined Oct 27, 1998 Messages 1,065 Location US It depends what you're doing, but an external unix command such as awk, sed, or perl should do it. We need more information. Regards, Ed Upvote 0 Downvote
It depends what you're doing, but an external unix command such as awk, sed, or perl should do it. We need more information. Regards, Ed