After years and years I've figured something out

put a 0 or 1 in the name of the parameter would be enough ? I do this in my methods.( but I always use zero based parameters …)

Good idea. I was thinking for Xojo Methods to help with all the confusion.

[quote=420724:@Jean-Yves Pochez]put a 0 or 1 in the name of the parameter would be enough ? I do this in my methods.( but I always use zero based parameters …)

[/quote]

[quote=420726:@Hal Gumbert]Good idea. I was thinking for Xojo Methods to help with all the confusion.

[/quote]

What about something like this:

Window( zeroBasedIndex as integer )
Font( zeroBasedIndex as Integer )
FolderItem.Item( oneBasedIndex as integer )

Feature request?

Feel free to add this to the list here:

<https://xojo.com/issue/54614>