All About Setvar And Math Limited - Forum

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

All About Setvar And Math Limited

I don't understand the difference between the two variable,visual neo windows and web.

on visual windows the variable ok!

but on the visual web neo,is stuck?

How can I do a function variable to input an output variable number visual neo web:

to result 1,2,3,4.... for variable "[a]"

setVar [a] 0
.commented on action
Setvar [a]+1 "[a]"

why the result lost or nothing happened ?

where is debugger machine ?

enough,,

but,When I add "math" it can do :

Math [a]+1 "-1" "[a]

1,2,3,4.....

why visual neo web not same with neo windows ?

about setvar ?

once again,Can I write Filewrite or fileread without internet acess to my drive, why am I getting only json and php write i/o only?

Try to make I/O more able to write without being active on the internet or behind server activity.

thanks...and sorry to english speak's

@see_half this is the correct way in VisualNEO Web:

SetVar [a] 0
Setvar [a] [a]+1

once again,Can I write Filewrite or fileread without internet acess to my drive, why am I getting only json and php write i/o only? Try to make I/O more able to write without being active on the internet or behind server activity.

There are some security limitations when we work with apps running in a web browser. We can not write and read files directly from the local hard drive. You can compile for NWjs and use NodeJS (see forum section) and soon compile for neoEdge too, where you will be able to use any VisualNEO Win command (only for Windows).

If you don't feel fine using english, please feel free to use your own language and we will translate it.

Regards.

 

See_Half has reacted to this post.
See_Half

@luishp

I really know at now

Thanks to respond i can try the method

SetVar [a] [a]+1

Result 1,2,3....