> On Jan 10, 2017, at 3:49 PM, Kirk Brooks <[email protected]> wrote:
> 
> ​OK, this isn't like a cure for cancer or anything but it sort of follows
> the other discussions about setting up code in 4D. The things I like about
> it:

It is a reasonable work-around for New process, but there are several other 
commands that need a method name (ON ERR CALL, EXECUTE METHOD, etc.). It would 
be great if 4D had a function (e.g. Method name) that takes a *tokenized* 
method (not a string) and just returns the method name without executing it. 
Example:

ON ERR CALL(Method name(MY_ERROR_HANDLER))

instead of 

ON ERR CALL("MY_ERROR_HANDLER")

I added a feature request for this in the middle of last year. You can vote for 
it here if you agree:

http://forums.4d.fr/Post/EN/17984703/1/17984704#17984704

John DeSoi, Ph.D.


**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to