Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Shift Left (shl) needed

edited September 2005 in General
Hi,

I need a Shift left (shl) function inside RAP. Is this possible?

Regards
Sven Langenkamp

CT Datentechnik GmbH
Eschenstr. 2
D-31582 Nienburg/Weser
Germany

Telefon: +49 [0] 5021 - 9724-15
Telefax: +49 [0] 5021 - 9724-18
http: www.ctdatentechnik.de
e-mail: langenkamp@ctdatentechnik.de

Comments

  • edited September 2005
    I tryed a other way using "and". Now a got a new problem. Following code
    does not work:

    var
    x, y, z: Integer
    begin
    x = 7;
    y = 4;
    z = x and y;
    end;

    The error message is incompatible types. I just can write the result of an
    "and" call into a boolean variable. :(


  • edited September 2005
    Hi Sven,

    Unfortunately the shift left function is not available in RAP. This could
    be easily added however using a simple PassThru function created in Delphi.
    See the ReportBuilder Developer's guide for a complete example of creating a
    RAP PassThru function.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.