please help me, thank you
Code: Select all
automacro answer {
pubm /(.*)/
var .lastMatch1 = $answr ###i'm confuse at this line
call {
do c Wow, you did it. The answer is $answr
}
}
sub test {
$::Macro::Data::varStack{answr} = "openkore";
}
Moderator: Moderators
Code: Select all
automacro answer {
pubm /(.*)/
var .lastMatch1 = $answr ###i'm confuse at this line
call {
do c Wow, you did it. The answer is $answr
}
}
sub test {
$::Macro::Data::varStack{answr} = "openkore";
}