ERROR C1070 using "=>"


william
 Share

Recommended Posts

I have a sequence that works using

PU_data3 = parse(datain,3,",")
            if((PU_data3 > PU_RAIN_C[0]))
               PU_data3.time = systime()
               PU_RAIN_C.addValue(PU_data3)                    //pick out RAIN COUNTS
            endif

but if I change the if statement to

if((PU_data3 => PU_RAIN_C[0]))

I get the error code C1070.

I do not understand why => cannot be used in a IF statement.

 

How can I do this ?

 

Thanks

 

Bill

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share