
Example:
variable>
x = 10;
The first line of the file = 26
_____________
LINE + X
LINE = (LINE + X)
So replacing the first line to 26 for 36 ;D
Thanks.

Sorry for my english
Moderator: Moderators
he writes in the file.automacro open {
console /Event/
exclusive 1
call {
$x = 1;
do eval open(FILE, ">>", Settings::getControlFilename("logitem.txt"));print FILE $x+$x; close FILE;
}
}