Search found 2 matches
- Mon Jun 13, 2005 12:02 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Replacing variables with numbers from a list
- Replies: 3
- Views: 12497
- Mon Jun 13, 2005 3:30 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Replacing variables with numbers from a list
- Replies: 3
- Views: 12497
Replacing variables with numbers from a list
I'm wondering if it would be possible to replace a variable with a value from a list of numbers. The catch being that as each new 'Find' is found the 'replacement' will be the next value on a list. This is what I want to do. Turning this: elsif ($item_total_weight <=XX) { $ship_total_1 = A; $ship_to...