Internet PLC Forum

General => Technical support => Topic started by: garysdickinson on August 08, 2014, 05:19:30 PM

Title: Type checking problem in i=TRiLOGI V6.48
Post by: garysdickinson on August 08, 2014, 05:19:30 PM
I'm getting syntax errors while I compile the following:


for i = 1 to 8
   print #1 Load_EEP$(i)
next
[/font][/color]

but this works:

for i = 1 to 8
   A$ = Load_EEP$(i)
   print #1 A$
next
[/font][/color]

I think that your syntax checker for the Print #n statement has some type checking issues.

I've attached a screen shot showing the error messages

Best regards,

Gary D.
Title: Re:Type checking problem in i=TRiLOGI V6.48
Post by: support on August 12, 2014, 03:40:04 PM
Thank you for the bug report.

This will be fixed in the upcoming release of i-TRiLOGI 6.49 and 7.03. New commands will be added to the new version to let the Super PLC define its own SMTP server, DNS server and Gateway similar to the existing SETIPAddr command.