/GrADS/script/strtrim.gsf

Top / GrADS / script / strtrim.gsf

Japanese / English

ret = strtrim( str, opt )
  • test.gs
    rc = gsfallow( 'on' )
    str = '  This is a pen.  '
    say strtrim( str )
    ga-> test
    This is a pen.
    
  • strtrim.gsf