CurrentMethodName

Is there a way to get the current method’s name that works on iOS? CurrentMethodName returns a String (and therefore won’t work on iOS).

i use this in my iOS projects. docs say it’s a string but for iOS it does actually return a Text.

Ah that’s a pleasant surprise. Thanks for that.

@Paul Lefebvre Looks like the docs need updating…

[quote=429907:@Garry Pettet]Ah that’s a pleasant surprise. Thanks for that.

@Paul Lefebvre Looks like the docs need updating…[/quote]

Well it’s a string constants and they wil automaticly convert to text (if you copy past them from desktop to ios for example).

Updated.

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