Heblon Posted Monday at 09:30 AM Share Posted Monday at 09:30 AM (edited) Hello, how can I sort my List that is ordered like this: A1, A2, A3,...,B1, B2, B3, ... to: A1, B1, A2, B2, A3, B3, ... I guess this is a easy thing to accomplish? But I lack the basic skills ;D Thank you! Edited Monday at 09:30 AM by Heblon Quote Link to comment
PatW Posted Monday at 03:57 PM Share Posted Monday at 03:57 PM (edited) Here is a solution that works with a list that has na even amount of members. For uneven lists you could addd another placeholder value and remove it from the final list again. zipList_v2020.vwx Edited Monday at 03:58 PM by PatW 1 Quote Link to comment
Heblon Posted Tuesday at 10:01 AM Author Share Posted Tuesday at 10:01 AM Thank you! This is working great. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.