Hey Everyone,
Can tell me what the keyword mains in PB from the keyword "Trunc"
in Pascal?
'Expression in Pascal
'====================
n:=TRUNC(x-b*INT(x/b));
'How can I this translated in PB ?
Thanks
Stephane
------------------
Brainsoft Programmers
[This message has been edited by Stephane Fontaine (edited July 28, 2002).]
Can tell me what the keyword mains in PB from the keyword "Trunc"
in Pascal?
'Expression in Pascal
'====================
n:=TRUNC(x-b*INT(x/b));
'How can I this translated in PB ?
Thanks
Stephane
------------------
Brainsoft Programmers
[This message has been edited by Stephane Fontaine (edited July 28, 2002).]
Comment