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.
