Search found 2 matches

by happyuser
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: 11530

All the VBScript subfilter does is place consecutive numbers at the end of each of my lines.
by happyuser
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: 11530

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...