Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
documentation:language_reference:functions:io.get [2016/10/09 22:00] – created Maurits W. Haverkortdocumentation:language_reference:functions:io.get [2025/11/20 03:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== io.Get ======
  
 +###
 +//io.get(filename,variablename)// retrieves variable variablename from file filename
 +###
 +
 +===== Input =====
 +
 +  * filename : String
 +  * variablename : String
 +
 +===== Output =====
 +
 +The function gives no output, but a variable with name "variablename" is accessible afterwards.
 +
 +
 +===== Table of contents =====
 +{{indexmenu>.#1}}
Print/export