Yes, the keys are always in the same order.
Thanks to both of your suggestions. I just tried the second one and it works perfectly. It also helps me to replace the single quote for each key with double quotes, which was a second problem.
Search found 2 matches
- Mon Feb 06, 2012 12:59 pm
- Forum: General
- Topic: changing the sequence of codes while preserving values
- Replies: 4
- Views: 560
- Mon Feb 06, 2012 11:39 am
- Forum: General
- Topic: changing the sequence of codes while preserving values
- Replies: 4
- Views: 560
changing the sequence of codes while preserving values
This seems like an easy to solve problem but I can't see a similar topic.
I need to change the sequence of codes without changing the variables in the codes. Can this be done? And if so how?
Sample of current text:
ind1=' ' ind2=' ' tag='300'>
should be replaced by:
tag='300' ind1=' ' ind2 ...
I need to change the sequence of codes without changing the variables in the codes. Can this be done? And if so how?
Sample of current text:
ind1=' ' ind2=' ' tag='300'>
should be replaced by:
tag='300' ind1=' ' ind2 ...