InfoConnect for Unisys VBA Guide
InsertProtocolOption Enumeration
Defines options that specify what Reflection does when users attempt to insert a character.
Members
MemberDescription
FirstNullMake room for the character being inserted by moving all characters to the right of the insertion point one character to the right until a Null is encountered.
FirstNullOrTrailingCharReplaces the last character in the insert arena if neither a Null nor a trailing space is found.
FirstNullOrTrailingSpaceUses the same logic as FirstNull except that a trailing space can be used if a Null is not found.
See Also

 

 


2015 Attachmate

Send Feedback