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

4D SpaceBreak Ext

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

4D SpaceBreak Ext

Post by Info-Mac »

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

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

SpaceBreak(fullstr;len;returnstr; remainstr)

This external breaks a string at the last space before the passed length. A string without spaces will be broken at the length point. A string shorter than the length will be returned complete.

This routine will take a long string and break it into lines of length vlen each separated by a CRLF. This is useful for serial printing when you want to break a page of text into lines of a specified length. Be sure to initialize all variables befor
Post Reply