cancel
Showing results for 
Search instead for 
Did you mean: 

Printing text inside a box in script

Former Member
0 Kudos

HI Experts,

I have a requirement to print the text inside a box in SCRIPTS. I am trying to use BOX command. But there are so many boxes. The page will have all the phone numbers listed. All the text is static. How should I achieve this.

Regards,

Sanath.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Try this way it will help u out

BOX WIDTH '5.0' CM HEIGHT '0.6' CM FRAME 10 TW

BOX XPOS '0.5' CM WIDTH 0 TW HEIGHT '0.6' CM FRAME 10 TW

BOX XPOS '1.0' CM WIDTH 0 TW HEIGHT '0.6' CM FRAME 10 TW

BOX XPOS '1.5' CM WIDTH 0 TW HEIGHT '0.6' CM FRAME 10 TW

BOX XPOS '2.0' CM WIDTH 0 TW HEIGHT '0.6' CM FRAME 10 TW

and then use tabs to fill in the values ...

surya

Answers (1)

Answers (1)

former_member203305
Active Contributor
0 Kudos

Hi,

try to use some of this statements:


/:	 	BOX FRAME 10 TW
/:	 	BOX HEIGHT '13' LN FRAME 10 TW

cya.