Luke Palmer wrote: >>Arn't there cases where the overflow field want to be bigger then the >>first field? Something the ends up looking like: >> >>LABEL: texttexttextexttexttext >>texttextexttextetexttexttextte >>xttexttexttexttexttexttextttex >> >>where LABEL is in one field and text... is in an oveflow block? > > > Yeah. I'd do that this way: > > form '{<<<}: {<<<<<<<<<<<<…}', > $label, $text, > '{…<<<<<<<<<<<<<<<<<<…}', > $text, > '{VVVVVVVVVVVVVVVVVVVV}'; Exactly. And more often I think you'd actually want: LABEL: texttexttextexttexttext texttexttextexttexttext texttextexttextetexttexttextte xttexttexttexttexttexttextttex which is even easier: form '{<<<}: {<<<<<<<<<<<<<}', $label, $text, ' {VVVVVVVVVVVVV}', '{VVVVVVVVVVVVVVVVVVVV}'; DamianThread Previous | Thread Next