| Author |
Message |
Topic: Sorting |
FrEaK_nIcK
Replies: 6
Views: 286
|
Forum: Ask for Help Posted: Sat Oct 06, 2007 10:51 am Subject: Sorting |
@engunneer
I was a good idea but it doesn't work either. All it does is sort not number from smallest to largest but doesn't sort the number itself. Thanks though, but I'll program it through C#, I ... |
Topic: Sorting |
FrEaK_nIcK
Replies: 6
Views: 286
|
Forum: Ask for Help Posted: Sat Oct 06, 2007 3:11 am Subject: Sorting |
The R option would give 321
the delimiter is what you need.
The R option would have the number going down to 0 which is the opposite of what I want. I need the number to increase from 0. Also th ... |
Topic: Sorting |
FrEaK_nIcK
Replies: 6
Views: 286
|
Forum: Ask for Help Posted: Sat Oct 06, 2007 12:02 am Subject: Sorting |
I don't want a delimiter, I need the numbers to be grouped together. And R doesn't work. Maybe I didn't explain myself clearly.
Lets say I have 6 numbers:
132
321
each number has a unique c ... |
Topic: Sorting |
FrEaK_nIcK
Replies: 6
Views: 286
|
Forum: Ask for Help Posted: Fri Oct 05, 2007 11:06 pm Subject: Sorting |
Is there a way to sort a number from lowest to highest. Example: 312 gets sorted to 123. Say the code looks like:
num_1 = 3
num_2 = 2
num_3 = 1
line = %num_1%%num_2%%num_3%
This would print o ... |
| |