NoWhiteSpace Ext

External modules for 4D.
User avatar
Info-Mac
Administrator
Posts:13716
Joined:December 21st, 1988, 11:00 am
NoWhiteSpace Ext

Post by Info-Mac » May 4th, 1993, 9:00 am

Download: http://archive.info-mac.org/dev/db/a4d/ ... ce-ext.hqx

To: [email protected]
X-VMS-To: IN%"[email protected]"

NoWhiteSpace(Thestring;ValidChars;UpShift)
NoWhiteSpace processes a string (TheString) and returns it with all "whitespace" characters removed. You pass a list of valid (non- whitespace) characters in the ValidChars string.
Pass 1 in UpShift to automatically Uppercase the returned string. Passing 0 in UpShift means that the external will differentiate between upper and lowercase letters and thus both sets should be passed in ValidChars.

TheString & ValidChars have a maximum length of 255 characters.
Post Reply