GetFieldLineUnicode
Find the syntax, use, parameters, return values, and an example for the GetFieldLineUnicode macro command in Connexion client.
Syntax | BOOL = CS.GetFieldLineUnicode (shLineNum, sFieldData) |
---|---|
Use to | This command works like GetFieldLIne, but also returns Unicode data in Numeric Character Reference (NCR) form. |
Parameters |
|
Return values | TRUE if the action is successful, or FALSE if not. |
Example | Sub Main()
Dim CS As Object Set CS = GetObject(,“Connex.Client”) CS.GetFieldLineUnicode 8, sFieldData CS.AddFieldLine1, sFieldData |
What this example does |
|