Thanks Phil, that worked perfectly. Var
On 4/27/05 5:06 PM, "Phil Davis" <[EMAIL PROTECTED]> wrote: > Varen Swaab wrote: >> Hi everybody, >> >> I know this is probably a really simple matter but I'm trying to take >> this line of code: >> >> put session_name&&"on date"&&session_date into fld "message" >> >> and display it so there is a line break before the words "on date", >> then, to make it more complicated, I'd like to change the size of the >> font for the first word only. > > Hi Varen, > > Try using 'cr' or 'return' to create line breaks, like this: > > put session_name & cr & "on date" & session_date into fld "message" > set the textSize of word 1 of fld "message" to 72 -- ha ha > > Phil Davis > _______________________________________________ > use-revolution mailing list > [email protected] > http://lists.runrev.com/mailman/listinfo/use-revolution > > > > Varen Swaab _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
