Re: label of button in 2 lines?
From: DanHW <danhw_at_aol.com>
Date: 2000/06/27
Message-ID: <20000626200017.23357.00000055_at_ng-bh1.aol.com>#1/1
Date: 2000/06/27
Message-ID: <20000626200017.23357.00000055_at_ng-bh1.aol.com>#1/1
>This is a multi-part message in MIME format.
>
>------=_NextPart_000_0060_01BFDF4A.8403F8D0
>Content-Type: text/plain;
> charset="iso-8859-1"
>Content-Transfer-Encoding: quoted-printable
>
>set_item_property('control_block.button', LABEL, =
>'Line1'||chr(10)||'Line2');
>Displays the label as one line with a square for the carriage return. In =
>other words, "No can do".
[Quoted] Try using chr(13) instead of chr(10)
Dan Received on Tue Jun 27 2000 - 00:00:00 CEST