I have the following bit of code that pulls out a random quote and it's author from an array.
Array.At(0,Array.randomQuote) & newline & "~ "& Array.At(1,Array.randomQuote)[/code:vwvhc3sv]
Can I format it so the [code:vwvhc3sv]"~ "& Array.At(1,Array.randomQuote)[/code:vwvhc3sv] has different text formatting? eg make it bold and italic? Or do I have to have to put it in a different text object below with it's own formatting?
In which case how would I position the second line (Author) of text under the first line (Quote) if the first line would be of a random length?
Cheers all