All Cadcorp SIS API Methods

GetCursorFieldValues Method

Description

Get the values of all fields in the current row of the specified cursor.

Syntax

Visual Basic
Public Function GetCursorFieldValues( _
   ByVal cursor As String, _
   ByVal separator As String, _
   ByVal nullValue As String _
) As String

Parameters

cursor
The name of the cursor to query.
 
separator
The character string to be placed as a separator between the fields’ values returned.
 
nullValue
The value to be written to the returned string for any field which is null, i.e. contains no value.

Return Type

The fields’ values as a separator-separated string.

Remarks

Available: GEO D OD OM SISpy

Group:

Example

sis.GetCursorFieldValues ("MyCursor", " // ", "NULL")