> lang > trim | ![]() |
前一个 下一个 编辑 重命名 撤销 搜索 管理
| 文档 |
Result = Trim$ ( Expr AS String ) AS String Result = Trim ( Expr AS String ) AS StringStrips white spaces from the left and from the right of the String Expr . A white space is any character whose ASCII code is strictly lower than 32.