Search found 1 match
- Wed Jul 20, 2011 2:04 am
- Forum: FlashGot Support
- Topic: Change precedence of variable ranges
- Replies: 1
- Views: 1520
Change precedence of variable ranges
In the build gallery of http://image.weather.com/images/maps/forecast/map_wkpln_[period([0-1])][1-10;1]_3uswc_enus_600x405.jpg with var words=["day","night"]; return words[arguments[0]]; Is there an easy way to sequence the function period before the variable [1-10;1] so that I r...