BBjTemplatedString::getFieldTerminator
Description
In BBj 14.00 and higher, this method returns the terminator of a BBjTemplatedString field.
Syntax
|
Return Value |
Method |
|---|---|
|
int |
getFieldTerminator(string fieldname) |
Parameters
|
Variable |
Description |
|---|---|
|
fieldname |
The name of the field. |
Return Value
Returns the field terminator, if defined. Returns 0 for fixed-length fields or variable length fields terminated by the end of the string.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.