cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I WANT TO USE ULINE & VLINE IN THE SAPSCRIPT.CAN ANYONE PLEASE EXPLAIN HOW ? IS THERE ANY OTHER WAY? & HOW TO USE DEFINE STATEMENT IN SAPSCRIPT.

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

<b>&ULINE&</b>

You can use this symbol to insert a string of underline characters into the output text. You must pass the number of underline characters required with the symbol. If you leave out the number, then just one underline character is printed.

<b>&VLINE&</b>

You can use this symbol to insert a string of vertical line characters into the output text. You must pass the number of vertical line characters required with the symbol. If you leave out the number, then just one vertical line character is printed.

<b>DEFINE: -</b>

The purpose of the DEFINE command is to provide a means of making this value assignment a permanent part of the text, so that the values are available again when the text module is called again. This command can also be used to re-assign a new value to a text symbol half-way through the text.

Syntax:

/: DEFINE &symbol_name& = 'value'

Regards

Sudheer