In XCODE you can get the method name just putting this variable __FUNCTION__ this way:
Anybody knows how can I use this in B4i?
Thanks
B4X:
NSLog(@"This Method: %s", __FUNCTION__);
Anybody knows how can I use this in B4i?
Thanks