cancel
Showing results for 
Search instead for 
Did you mean: 

smartform parameter declaration

Former Member
0 Kudos

Hi,

I am developing a smartform. What if I declare a parameter without a type? How this paramter is trated? Please let me know your answer.

thank you,

surya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If u won't give any type declaration it gives error like "Type specification required'.

Regards,

Guru

Former Member
0 Kudos

Hi,

If you declare a parameter in the global definition without any type, then it is treated as of type C length 1. You can use this field in program lines but you can not drag & drop it on a Text field like normal variables.

It can be mainly used as a flag.

Reward points if the answer is helpful.

Regards,

Mukul