Verify Mod Number in Fast Report

edited September 2014 in FastReport 4.0
Hello. How I can verify EVEN number in Fast Report? Like it, in Delphi:

if ((NUMBER mod 2) = 0) then
Showmessage('EVEN')


How I can do it?

Thank you

Comments

  • gpigpi
    edited 9:12AM
    If NUMBER is a script variable - use

    if ((NUMBER mod 2) = 0) then
    Showmessage('EVEN')

    too

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.