/GrADS/script/chcase.gsf
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
ret = chcase( str, type )
rc = gsfallow( 'on' ) string = 'This is a pen.' say string say chcase( string, 'lower' ) ga-> test This is a pen. this is a pen.