Is it possible to to use a INI file to declare variables. Like:
[string]
a$="one"
b$="two"
[constant]
a=1
b=2
c=3
[float double]
a,b,c
It would make my life easier, so I don't have to recompile every time i want to change a string or constant variable.
I see this all the time in c++ and other high level languages. Or is QB64 too dumb, <-- not my opinion.