cancel
Showing results for 
Search instead for 
Did you mean: 

String variables in smartforms

Former Member
0 Kudos

Hi

I have one problem when displaying the text in smartform

i declared my variable as string type

in the smartform i get the item text from purchagse order ( it is about 300 characters) into this variable.

even though the lengh of the variable is showing 300,

but for visible it is displaying only 260 characters,

what is the reason for this the variable is in main area only.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Smartforms can display only 255 characters by default.

If you want more then, you have to give the variable like this:

/: var1+0(255)

/:var1+255(255)..... so on..

Regards,

Vishwa.