Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HOW TO use an 'ini' file for a boolean state
#1
Morning to all!

Can an 'ini' file be use with QM as a 'boolean' container for true/false state?

IF SO, could someone provide a very short get/set example of this.

THANKS!

Kent
#2
Macro Macro2513
Code:
Copy      Help
int i=1
rset i "name" "section" "$desktop$\test.ini"

int j
rget j "name" "section" "$desktop$\test.ini"
out j
#3
Thanks = that's easy enough! (Mostly wanted to be sure that I had not MISSED some pre-packaged solution or 'function' in QM.) Thanks!


Forum Jump:


Users browsing this thread: 1 Guest(s)