li_abc = 3
li_Response = 31 * (li_abc/4)
Why the answer is 23? It should not be 0? (31 * 0 = 0)
Renato Di Pauli
Hmmmm .... I get 23 here in PB 11.2 and 11.5?
--
Regards ... Chris
ISUG - NA RUG Director
http://chrispollach.pbdjmagazine.com
"DiPauli" <r.di...@alice.it> wrote in message
news:48c10ea1@forums-1-dub...
"DiPauli" <r.di...@alice.it> wrote in message
news:48c10ea1@forums-1-dub...
See the section of the help entitled "Datatype promotion when
evaluating numeric expressions"
"DiPauli" <r.di...@alice.it> ha scritto nel messaggio
news:48c10ea1@forums-1-dub...
(li_abc/4) = 0.75
integer((li_abc/4)) = 0
HTH KL