Hello,
I need to remove a space on the right and left of a string
name =3D " =F4 "
#line 5
for (ix1=3D1;ix1<2;ix1++) getline ;
name=3Dsubstr($0,0,52)
name1=3Dgsub(/^ *| *$/, "",name)
In dos editor the space equal that character according to the font
used : " " That is my code above but useless .