@naeem For a sensible answer, I need to know more information. Which JSON file is it and what is it for?
JSON file is easy to create, just click "Write to file", for example, with the name "my_file.json". You can find the content (syntax) of JSON here: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON
Create Module
-
Hello, I create a new module in BAS.
But I can only create one return value as shown.
So I want to get more than one return value, what should I do?
Thanks very much.


-
@Melinda this can be done by working with the module code.
for example, use modules with more than 1 return value.(in bas there are modules with actions with 2 or more return values) -
@Melinda file info action from the file module
fileinfo_code.js
fileinfo_select.js
fileinfo_interface.js -
@tet-vivi said in Create Module:
@Melinda file info action from the file module
fileinfo_code.js
fileinfo_select.js
fileinfo_interface.js -
@tet-vivi said in Create Module:
@Melinda file info action from the file module
fileinfo_code.js
fileinfo_select.js
fileinfo_interface.js@Fox said in Create Module:
@tet-vivi said in Create Module:
@Melinda file info action from the file module
fileinfo_code.js
fileinfo_select.js
fileinfo_interface.jsI will try to check it.
Thanks very much.