help me please, how can I do i++ function in LFSLapper.lpr file.
I need to add +1 at a certain action.
I need to add +1 at a certain action.
$testvar=0; //just for this example to give it any value
$testvar=$testvar+1;
### Declare global variables ###
GlobalVar $testvar;
### End ###
### Give global variables an empty value ###
$testvar=0;
### End ###
GlobalMsg ("Debug: ".$testvar);