Search found 1 match
- Thu Nov 12, 2009 11:36 pm
- Forum: FlashGot Support
- Topic: interrelated ranges at value zero
- Replies: 3
- Views: 1980
interrelated ranges at value zero
Simple pattern http://just.a.url/[0-2;1]/[$1].jpg generates wrong data: http://just.a.url/0/1.jpg <- should be ...url/0/0.jpg http://just.a.url/1/1.jpg http://just.a.url/2/2.jpg If refered range is at value zero then [$x] gives us x not 0 as we hoped. sorry if this problem is allready known one, tha...