Assign a number to a variable

How do I assign the number 1 to ‘Number’?

Without the double quotes. e.g. 1

Hi @helpplease ,
not need " "
only number
regards,
LNV

Hi @helpplease

If you assigning a Number to a variable you can assign it this way:

Number=1

Number will be of DataType Int32.

You Datatype is right. The error is because you have given Double Quotes for the value. Remove that it will solve your error. Integer variables need not be assigned in Double Quotes.

Hope it helps!!

@helpplease

Remove Double quotes, For integers there is no need of double quotes

Thank you all for the help

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.