Ok I can fill my variable fields from a txt file using

on (release) {
loadVariables ("info.txt", "mc1");
}

But is there any way I can reverse it so that the variables are submitted (saved) to the txt file. This is not used on the web but locally on my pc so I dont want to use any cgi scripts..

Can this be done?