Currently when you call a method in Xojo the parameters are matched up starting from the first to the last from left to right. They are matched up based on their position in the argument list.
One thing some other languages support is “named parameters”.
What this allows is a certain degree of flexibility that doesn’t exist with positional parameters like Xojo uses.… Read the rest