Hey everyone,
I have a question concerning configuration files!
Sometimes with programs, I've noticed that they include a text
file usually called something or other, .config
By opening the text file and modifying some of the numbers,
you can change how the program works.
How can I do this in Blitz?
I've tried making a program where the code goes like this,
;Start of Code
Include "Main Code File.bb"
;End Of Code
And then I put "Main Code File" in the same folder and create a
.exe
What this SHOULD do, is make it so you can modify "Main Code File"
and still be able to run the .exe with the newly modified code.
But it doesn't work :(
Whenever I run the .exe it just runs my program how it WAS, not
how it IS after modifying "Main Code File"
Why is this, and how can I fix it?
Do I need to use some kind of .dat file?
Thanks if anyone can answer this,
WERDNA
I have a question concerning configuration files!
Sometimes with programs, I've noticed that they include a text
file usually called something or other, .config
By opening the text file and modifying some of the numbers,
you can change how the program works.
How can I do this in Blitz?
I've tried making a program where the code goes like this,
;Start of Code
Include "Main Code File.bb"
;End Of Code
And then I put "Main Code File" in the same folder and create a
.exe
What this SHOULD do, is make it so you can modify "Main Code File"
and still be able to run the .exe with the newly modified code.
But it doesn't work :(
Whenever I run the .exe it just runs my program how it WAS, not
how it IS after modifying "Main Code File"
Why is this, and how can I fix it?
Do I need to use some kind of .dat file?
Thanks if anyone can answer this,
WERDNA