Sponsor FloSync Free digital signage & video wall software for Mac and Windows Download Free

NoWhiteSpace Ext

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

NoWhiteSpace Ext

Post by Info-Mac »

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