发新话题
打印

$c表示什么?

$c表示什么?

有一个global:
^Company.PersonD(22,"Employee")=<<$LB("103",$LB("<<$C(0,25,1,20,1)_""^Company.EmployeeS""_$C(3,4,22,2,1)>>","%GlobalCharacterStream"),"70465","分析师")>>

其中$LB("103",$LB("<<$C(0,25,1,20,1)_""^Company.EmployeeS""_$C(3,4,22,2,1)>>","%GlobalCharacterStream")怎么理解啊?

TOP

可能是内部的格式吧,比如$C(13,10)可能代表换行

TOP

在线帮助上查:
$CHAR
Converts the integer value of an expression to the corresponding ASCII or Unicode character.
Synopsis
$CHAR(expression,...)
$C(expression,...)
Parameter
expression The integer value to be converted.

TOP

发新话题