Load Varaibles from INI + Expand Variables

In the latets version of Finalbuilder 6.2.0.1393, Read INI File Action has this option Expand Varibales in value. It would be really helpful if we have this option in Load Varaibles from INI action also.

Now for each varialbe I want to expand in Load Varaibles from INI, I am writing this script on AfterAction event,

Variable1= Action.ExpandExpression(Variable1);

Variable2= Action.ExpandExpression(Variable2);

....

VariableN= Action.ExpandExpression(VariableN);

If I have this option, I dont need to write these lines again and again.

Laziness leads to productivity :)

Thanks,

Senthil