hi,
small problem,
in a macro i wanted to use a formula with ‘cInt’ (converts to Integer),
‘cInt("+308")’ → ‘0’ ???
while
‘cInt(“308”)’ → ‘308’
and
‘cInt("-308")’ → ‘-308’
perplexed,
b.
hi,
small problem,
in a macro i wanted to use a formula with ‘cInt’ (converts to Integer),
‘cInt("+308")’ → ‘0’ ???
while
‘cInt(“308”)’ → ‘308’
and
‘cInt("-308")’ → ‘-308’
perplexed,
b.
‘old bug’ again, see @Lupp’s answer to - another ask question -,
and @mikekaganski already reacted see - bug filed for the issue -
Try to use the
= Int(Val(TheString))
combination of the existing functions.
If you feel if it is a bug, then please report it on the Bugreport pages.
thanks … yes, i feel it’s a bug, but before flooding ‘bugs’ with wrong ideas i try to ask here (to rule out if i’m wrong, what may happen sometimes),