Weidu Regexp question
smeagolheart
Member Posts: 7,963
So normally I'd ask something like this on gib3 but since it's down.. This may be a really easy question but
If I do this to loop through all cre files:
COPY_EXISTING_REGEXP GLOB ~^.+\.cre$~ ~override~
what is the name of the cre file that is currently active when it finds a match?
so it loops through
afight1.cre
afight2.cre
afight3.cre
etc
how do I access the name of whatever it is currently on? How can I tell that it's on afight1? I want to be able to print %currentcrefile% or something.
If I do this to loop through all cre files:
COPY_EXISTING_REGEXP GLOB ~^.+\.cre$~ ~override~
what is the name of the cre file that is currently active when it finds a match?
so it loops through
afight1.cre
afight2.cre
afight3.cre
etc
how do I access the name of whatever it is currently on? How can I tell that it's on afight1? I want to be able to print %currentcrefile% or something.
0
Comments
See http://www.weidu.org/~thebigg/README-WeiDU.html#hevea_default217 for details, examples are plentiful across the documentation.
perfect thank you, had a feeling it was something small I was missing