ltrim( ) 函数示例

store 'redmond' to gccity
store '         washington' to gcstate
clear
? gccity, gcstate  && 显示 redmond         washington
? gccity, ltrim(gcstate)  && 显示 redmond washington