How do I add a “%” sign, after a number , which is given by a user?
Chapter 7.4.2.1 of the Developer manual
put: #‘%’ in the field format property
you can also use: #% in which case it will multiply it by 100 and display the percentage symbol
How do I add a “%” sign, after a number , which is given by a user?
Chapter 7.4.2.1 of the Developer manual
put: #‘%’ in the field format property
you can also use: #% in which case it will multiply it by 100 and display the percentage symbol