REAL8_TO_LTIME (FUN) ¶ FUNCTION REAL8_TO_LTIME : ERROR InOut: Scope Name Type Return REAL8_TO_LTIME ERROR Input r8Value REAL8 Output ltValue LTIME
REAL8_TO_TIME (FUN) ¶ FUNCTION REAL8_TO_TIME : ERROR InOut: Scope Name Type Return REAL8_TO_TIME ERROR Input r8Value REAL8 Output tValue TIME
TIME_TO_INT64 (FUN) ¶ FUNCTION TIME_TO_INT64 : ERROR InOut: Scope Name Type Return TIME_TO_INT64 ERROR Input tValue TIME Output i64Value INT64
TIME_TO_ISO8601 (FUN) ¶ FUNCTION TIME_TO_ISO8601 : ERROR InOut: Scope Name Type Return TIME_TO_ISO8601 ERROR Input tValue TIME Inout sValue ISO8601
TIME_TO_REAL8 (FUN) ¶ FUNCTION TIME_TO_REAL8 : ERROR InOut: Scope Name Type Return TIME_TO_REAL8 ERROR Input tValue TIME Output r8Value REAL8
TEXT ¶ CreateTextFromString (Function) CreateTextFromWString (Function) TextCopyToString (Function) TextCopyToWString (Function) TextFree (Function)
CreateTextFromString (FUN) ¶ FUNCTION CreateTextFromString : ERROR See documentation of type TEXT how to use the TEXT type. InOut: Scope Name Type Return CreateTextFromString ERROR Inout Const sValue STRING(1) txtValue STO_TEXT
CreateTextFromWString (FUN) ¶ FUNCTION CreateTextFromWString : ERROR See documentation of type TEXT how to use the TEXT type. InOut: Scope Name Type Return CreateTextFromWString ERROR Inout Const wsValue WSTRING(1) txtValue STO_TEXT
TextCopyToString (FUN) ¶ FUNCTION TextCopyToString : ERROR See documentation of type TEXT how to use the TEXT type. InOut: Scope Name Type Return TextCopyToString ERROR Input xFree BOOL Inout txtValue STO_TEXT sValue STRING(1) szValue CAA.SIZE
TextCopyToWString (FUN) ¶ FUNCTION TextCopyToWString : ERROR See documentation of type TEXT how to use the TEXT type. InOut: Scope Name Type Return TextCopyToWString ERROR Input xFree BOOL Inout txtValue STO_TEXT wsValue WSTRING(1) szValue CAA.SIZE