- Posts: 40
Add comments in model ini files
- Rollmops67
- Topic Author
- Offline
Less
More
18 Jan 2016 22:59 #41925
by Rollmops67
Add comments in model ini files was created by Rollmops67
Hello from France.
In a DOS batch file (for exemple) you can add comments by beginning a line with "REM".
It there a possibility to do the same thing in model ini files, because I would like to document mine a little for better understanding ?
TIA for your answers !
Roland
In a DOS batch file (for exemple) you can add comments by beginning a line with "REM".
It there a possibility to do the same thing in model ini files, because I would like to document mine a little for better understanding ?
TIA for your answers !
Roland
Please Log in or Create an account to join the conversation.
- FDR
- Offline
19 Jan 2016 05:22 #41933
by FDR
Replied by FDR on topic Add comments in model ini files
You can comment lines with a semicolon, however the tx will remove all the comments on the first save.
Please Log in or Create an account to join the conversation.
- Rollmops67
- Topic Author
- Offline
Less
More
- Posts: 40
19 Jan 2016 07:24 #41937
by Rollmops67
Replied by Rollmops67 on topic Add comments in model ini files
Thanks FDR for your answer, but it gives me a new question :
Is this possible :
[channel2];my comment here
template=expo_dr
[mixer]
src=AIL
dest=Ch2
scalar=70
...
And is this possible too :
[channel2]
;my comment here
template=expo_dr
[mixer]
src=AIL
dest=Ch2
scalar=70
...
Sorry for the maybe dumb question...
Roland
Is this possible :
[channel2];my comment here
template=expo_dr
[mixer]
src=AIL
dest=Ch2
scalar=70
...
And is this possible too :
[channel2]
;my comment here
template=expo_dr
[mixer]
src=AIL
dest=Ch2
scalar=70
...
Sorry for the maybe dumb question...
Roland
Please Log in or Create an account to join the conversation.
- FDR
- Offline
19 Jan 2016 08:03 #41938
by FDR
Replied by FDR on topic Add comments in model ini files
Only whole line comment is poosible, where the first character is the semicolon, i.e. your secon case...
Please Log in or Create an account to join the conversation.
- Rollmops67
- Topic Author
- Offline
Less
More
- Posts: 40
19 Jan 2016 08:51 #41940
by Rollmops67
Replied by Rollmops67 on topic Add comments in model ini files
OK FDR, it's OK now in my head !
Thank you very much !
Roland
Thank you very much !
Roland
Please Log in or Create an account to join the conversation.
- Richard96816
- Offline
Less
More
- Posts: 208
21 Jan 2016 05:17 #42012
by Richard96816
That is no longer the case. It was fixed months ago.
Sadly, no one has begun using it yet in posted files.
Replied by Richard96816 on topic Add comments in model ini files
FDR wrote: You can comment lines with a semicolon, however the tx will remove all the comments on the first save.
That is no longer the case. It was fixed months ago.
Sadly, no one has begun using it yet in posted files.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
21 Jan 2016 05:50 #42014
by FDR
Replied by FDR on topic Add comments in model ini files
Wow, really?!
I've missed that somehow. Thanks for the heads up, I will try it...
I've missed that somehow. Thanks for the heads up, I will try it...
Please Log in or Create an account to join the conversation.
Time to create page: 0.047 seconds
- Home
- Forum
- General
- General Discussions
- Add comments in model ini files