Programmers are expected to understand at least the basics of how a computer
works
🙂Sure there could be checking, but with checking comes a performance
overhead. In Labview the designers have had to make a compromise between
something that runs pig slow because of excessive checking and something
that runs fast but is unstable because not enough checking is done- not
making sure references and handles are valid before attempting to use them
for example. I think the current level of checking is a good choice; you
can't crash the thing easily, yet performance remains good.
If you have difficulties with the numeric datatypes, just stick with SGL or
DBL and you'll hit few difficulties. Though again, there are difficulties
testing for equalities with
these two types. So if you have difficulties,
get a text and read it.
Pasquale Poggi
wrote in message
news:3A2CFDEF.225F0930@ino.it...
> Hi Henrik,
> thanks for your reply.
> I understand your answer, but do you think is it normal that Labview
> doesn't provide any error
> message when, due to the number representation, an operation leads to an
> overflow condition?
>
> Pasquale Poggi
> Istituto Nazionale di Ottica Applicata
> Florence-Italy