I've juste tested, and yes you can !
Try the following command:
Quote:
/writeini -n test.ini boom first $chr(3) $+ 04 $+ this is a test $+ $chr(3)

Then open the test.ini file to see your work :o)
Now, make a simple $readini using as second parm, 'p' instead of 'n'.
Quote:
//echo > $readini(test.ini,p,boom,first)

Reminder:
CtrlK = $chr(3)
CtrlB = $chr(2)
CtrlU = $chr(31)
CtrlO = $chr(15)
CtrlR = $chr(22)


tropnul