Returns the number of occurrences of a specified character in a clsD3DynamicArray plus one, or zero (0) if the string is null.
Syntax
vValue = object.brDCount(sDelmtr) |
Parameters
Parameter |
Description |
lValue |
The return value is a Long data type indicating the number of occurrences of sDelmtr found in object. |
object |
An object variable that represents a clsD3DynamicArray object. |
sDelmtr |
A String containing a single character or system delimiter. |
Remarks
This method is identical to brCount, except that one is added to the returned value, unless the contents of the clsD3DynamicArray object is null.
FlashBASIC Reference
dcount