If you’re starting to program with Xojo, then you’ll probably soon find yourself in a situation where you need to use one of the Container types: Array. In this case, it’s also probable that you might be confused at first as to why you don’t get what you expected when assigning the contents of a source Array to a target Array via the assignment operator (“=”).
Comments closedMonth: September 2019
A customer on the forum was asking for a way to do case-sensitive array sorting. The built-in array Sort command uses case-insensitive sorting and they wanted an alternative.
It turns out it is super-easy to use the Sort(Delegate) method to create your own sorting method and then pass it to the call to sort.
Comments closedJoin Paul as he talks with Anthony Cyphers of GraffitiSuite, which won the 2019 Xojo Design Award for Best Developer Tool. Download mp3 Topics GraffitiSuite…
Comments closedHere are a few keyboard shortcuts for the Navigator that you may not know about.
Comments closed