cobolpicx | Base Class Library | Collection |
The CobolPicX32 class is the CobolPicX class initialized for storage of 32 character strings; it is equivalent to sending the "newClass" message to CobolPicX and specifying a 32 character length.
See class cobolpicx.
Include this entry in the Class-Control paragraph of any program using this class.
CobolPicX32 is class "picx32"
The list includes methods inherited from superclasses up to, but not including, intrinsic. For other inherited methods, click the button below:
asCharacterArray | Returning lnknewstring |
asLowercase | Returning newstring |
asPicX | Returning newobject |
asSeparateLines | Returning lnkcollection |
asUppercase | Returning newstring |
at | Using anindex Returning lnkchar |
atPut | Using anindex lnkchar |
compareTo | Using anarray Returning lnkResult |
concat | Using anobject Returning newstring |
containsCharacters | Returning lnkbool |
description | Returning astring |
display | |
equalsIgnoreCase | Using anobject Returning lnkbool |
equalsIgnoreCasebyLengthValue | Using comparelength comparevalue Returning lnkbool |
greaterThanbyLengthValue | Using comparelength comparevalue Returning lnkbool |
greaterThanOrEqualByLengthValue | Using comparelength comparevalue Returning lnkbool |
hash | Returning ahashvalue |
indexOfString | Using anobject anindex Returning anindex2 |
lessThanbyLengthValue | Using comparelength comparevalue Returning lnkbool |
setValue | Using avalue |
trimBlanks | Returning newstring |