Adding a % in a string

Has anyone had experience on how to add a % to a string without FB thinking I want to input a variable.

For example if I wanted to display a '100%' in a message box.

Thx

dan

Hi Dan

You can use %% to escape a percentage sign. In your case simply type ‘100%%’ into your message box. This is also covered in the Help file under Variables -> Escaping Variable References.

Regards,
Steve