And similarly with file.write, which is not even recognised by the syntax highlighter.
Wlog shows the string is not empty, and that the subroutine is branched to, but the "config" file never gets created despite plenty of FLASHfree.
Edit: I've tried using ret=file.save in case the operation needs to returns a result, but that just causes a syntax error.
Code: [Local Link Removed for Guests]
Save:
config$="Filename$="+bas.filename$+" Nodename$=" + Nodename$ + " NodeIP$="+ NodeIP$
wlog "config$=" + config$
file.write "config", config$
file.save "config", config$
wlog "Save"
return