miledrizk
@miledrizk
New Member
Joined: Feb 15, 2024
Follow
Reply
RE: Select the nth-last-element in an array
You can try this: arr = selection as array for i = (arr.count – 3) to arr.count do selectmore arr[i]
9 years ago
Forum