cancel
Showing results for 
Search instead for 
Did you mean: 

Dyanamicaaly length assignment toa avariable

Former Member
0 Kudos

Hi,

I am facing a problem where i have to assign length to a field dyanamically.

Situation is,i am converting amount into words, so length of this variable varies depending on amount.I have placed this variable in a row, bt if the length of the text is more than length of a row, it should go to next line.How cn i solve this?Please help.

Thanks in Advance,

Sangvir

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sangvir,

Instead of dynamically setting the field length ,use the data type STRING

eg.

data: V_numtowords type string.

Now use this variable it will hold any many words u want .

Reward points if u find it useful

-Sapsurfer