/GrADS/script/chcase.gsf

Top / GrADS / script / chcase.gsf

Japanese / English

ret = chcase( str, type )
  • test.gs
    rc = gsfallow( 'on' )
    string = 'This is a pen.'
    say string
    say chcase( string, 'lower' )
    ga-> test
    This is a pen.
    this is a pen.
    
  • chcase.gsf
  • atoi.gsf
  • itoa.gsf