wrap

Kohaku's picture

Textwrap

0
No votes yet
function wraptext(ttw as string, xs as integer)
	f_r as string
 
	for a = 1 to len(ttw)
		if mid$(ttw,a) = " "
			sep = a
		endif
		if text width(left$(ttw, a)) > xs
			if sep = 0

Syndicate content