‎2006 Aug 10 3:01 PM
hi,
iam unable to enter the values inside this command in line editor
/: BOX XPOS '0' CM YPOS '11.20' CM WIDTH '18' CM HEIGHT '.5' CM FRAME 10 TW
in this command i need change width to '18.75' cm its not accepting values b'coz this line filled up no space
to edit.
but i need only '18.75' cm.
‎2006 Aug 10 3:05 PM
Hi Laxman,
Go to Edit->Page Left/Right in the text editor
Regards,
Vidya
‎2006 Aug 10 3:05 PM
Hi Laxman,
Go to Edit->Page Left/Right in the text editor
Regards,
Vidya
‎2006 Aug 16 6:46 AM
‎2006 Aug 10 3:09 PM
Hi,
you can write it like this
/: BOX XPOS '0' CM YPOS '11.20' CM WIDTH '18' CM =HEIGHT '.5' CM FRAME 10 TW
give "=" in the next line for continuation
Regards,
Sowjanya
‎2006 Aug 10 3:09 PM
sorry,its F8 not F10
USE SHIFT-F8 to go right of that line
regards
srikanth
Message was edited by: Srikanth Kidambi
‎2006 Aug 16 6:47 AM
‎2006 Aug 10 3:11 PM
hi,
/: BOX XPOS '0' CM YPOS '11.20' CM WIDTH '18.75' CM HEIGHT '.5' CM
= FRAME 10 TW
hope this helps,
do reward if it helps,
priya.
‎2006 Aug 10 3:18 PM
‎2006 Aug 10 3:25 PM
Hi,
<b>you can either give</b>
/: BOX XPOS '0' CM YPOS '11.20' CM
= WIDTH '18.75' CM HEIGHT '.5' CM FRAME 10 TW
<b>
or give like this</b>
/:BOX FRAME 10 TW
/:BOS XPOS '0' cm YPOS '11.20' CM
/:BOX SIZE WIDTH '18' CM HEIGHT '5' CM
Regards,
Sowjanya
‎2006 Aug 10 3:31 PM
Hi Laxman,
There is no need to write the complete command in the same line.u can continue in the next line by giving '= '
for any command say *,/:
regards,
keerthi.