Hello, I wasn't sure where to put this but I was wondering if someone could help me with how to reverse a list of numbers horizontally and vertically.
For example, I have this list: 4000, 6875, 6625, 2305
But I want the numbers listed as: 2305, 6625, 6875, 4000
Or I have this list of numbers:
4000,
6875,
6625,
2305
But I want the number listed as:
2305,
6625,
6875,
4000
How could this be done with an UltraEdit script?
For example, I have this list: 4000, 6875, 6625, 2305
But I want the numbers listed as: 2305, 6625, 6875, 4000
Or I have this list of numbers:
4000,
6875,
6625,
2305
But I want the number listed as:
2305,
6625,
6875,
4000
How could this be done with an UltraEdit script?