Can you see why this does not show on screen - Forum

Forum Navigation
You need to log in to create posts and topics.

Can you see why this does not show on screen

I am working with Chatgpt to write my program and it has tried 20 different ways to make this part so far and when i click to run it does not show up in any browsers.  Can you take a look and let me know why?  simple stuff so far.

 

Thank you

Uploaded files:
  • You need to login to have access to uploads.

@no1g8tor96 your code is plenty of errors.

You use Loop but not EndLoop
You use Math but the parameters are not in the correct order.

Note that ChatGPT currently can help to understand how to use VisualNEO Web but many times hallucinates when generating code.
It will probably improve with time but right now it can't code NeoScript very well.

I dont understand.  There is end loop and the math looks right.   Also it does not show errors when i run it.

Just comes up in a browser blank.

Look at the one that has a 2 on the end.

Thank you

Uploaded files:
  • You need to login to have access to uploads.

@no1g8tor96 you are trying to assign the Math result to a number, not to a variable.
Take a look at the attached picture please.

Uploaded files:
  • You need to login to have access to uploads.

@no1g8tor96 once fixed it no longer shows errors (I have also deleted the Int() inside Math)
Check attached file please.
Regards.

Uploaded files:
  • You need to login to have access to uploads.