This class provides Pick utilities within the client's environment.
|
Creates an instance associated with a specific database. |
|
Returns the number of occurrences of the delimiter specified in SourceString plus 1. | |
|
Removes a specific attribute, value or subvalue from a dynamic array. This function returns a copy of the dynamic array without the deleted element. It does not change the original string unless specifically designated in an assignment statement. | |
|
Retrieves a specific attribute, value or subvalue from a dynamic array. This function makes a copy of an element in a dynamic array rather than physically removing the element. | |
|
Gets a substring from a string by specifying a delimiter and the desired occurrence. | |
|
Returns the position in the sourcestring where the searchstring was found. | |
|
Converts Pick internal time to external format. Equivalent to OCONV(time,"MST") . | |
|
Performs the 'D2/' and 'MDO,2' input conversions. | |
|
Inserts the element referenced by NewValue into a specific attribute, value, or subvalue location in DynamicArray. | |
|
Searches for the location of a specific SearchString and returns the location of where the string was found or if the string was not found, and the position where it should be placed. | |
|
Returns a copy of the current instance. | |
|
Performs the 'MDO,' , 'MD2', 'D2/', and 'D4/' output conversions. | |
|
Executes a Pick OCONV on the server. The Pick OCONV function converts a value from its internal format to its external equivalent according to the processing code being applied. | |
|
Pads the beginning or the end of the Source string with the specified number of occurrences of the FillString. If the FillString is 3 characters long and the Occurrence is 2, then 6 characters are added to the Source string. The original Source string is unchanged. | |
|
Inserts or replaces a specific attribute, value or subvalue in the string referenced by DynamicArray with the value referenced by NewValue. | |
|
Converts a time from external format to Pick internal format. Equivalent to ICONV("hh:mm:ss","MT"). | |
|
Searches the SourceString for the SearchString and replaces all occurrences with the ReplacementString. | |
|
Converts a string to a Double. | |
|
Converts a string to a Float. | |
|
Converts a string to an Integer. | |
|
Converts a string to a Long. | |
|
Converts a string to a Numeric. | |
|
Returns a string that represents the current instance. |