ediman4902
Programmer
I'm trying to substitute a plus sign (+) with another character but I can't seem to get it to work using GSUB. I am using the AWK95 version of AWK......thank you
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[blue]master #[/blue] /cygdrive/f/Program\ Files/awk95.exe 'BEGIN{rectyp="*+-/";gsub(/\+/," ",rectyp);print rectyp}'
* -/