Set verbatim=1; T1: Load *, len(TrimString) as TrimStringLength; Load *, trim(String) as TrimString; Load *, len(String) as StringLength; Load * inline [ String ' abc ' ' def '](delimiter is '\t');
信息注释The "Set verbatim=1" statement is included in the example to ensure that the spaces are not automatically trimmed before the demonstration of the trim function. See Verbatim for more information.