We appreciate the contributions many of you have been able to make towards repairing the storm damage and keeping a roof over our heads. With your help we’ve been able to complete much of the critical work. There is still work to be done to secure the house and your continued support will be a huge help.
Guests have read-only access to our forums. If you wish to participate you will need to register. Be sure to activate your account from the email sent to you when you register.
Hi,
I have a problem with implement a Modulo function in the configuration file.
I tried to put in the display and function area and doesn't metter where I did it, it's still not working.
Anyone had a similar problem with this function?
TEXT=display:3 mod 2 = {{Mod(3\,2)}}
Things to note:
because it is an expression, it must be enclosed in double braces
the Mod function contains 2 numbers separated by a comma
however, you need to escape the comma with a backslash
I copied your code and see what I got in the attachment
Curious. What version?I copied your code and see what I got in the attachment
If anyone else would like to paste this into their ini file and let us know the result:
TEXT=display:3 mod 2 = {{Mod(3\,2)}}