comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Meaning of the expression
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Meaning of the expression [message #93640 is a reply to message #93638] Tue, 20 September 2016 01:05 Go to previous messageGo to previous message
Helder Marchetto is currently offline  Helder Marchetto
Messages: 520
Registered: November 2011
Senior Member
On Tuesday, September 20, 2016 at 8:05:22 AM UTC+2, Sanu wrote:
> exp = 'BYTE(B1 NE 0)*1'
>
> What is the meaning of this expression???

It's not an expression, it's an assignment.
It assigns a string to the variable exp.
However, the math displayed in the string is somewhat strange:
- b1 NE 0 will always give a byte result, so there is no need for the byte function
- the *1 will convert the result to an integer or long (depending on the compiler options)

Helder
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: help needed in understanding correl_images
Next Topic: Need help to understand the meaning

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 16:13:14 PDT 2025

Total time taken to generate the page: 0.00229 seconds