Shift Left (shl) needed
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
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
This discussion has been closed.
Comments
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.
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com