WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

WinBatch Function UDFs

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Get UDF Name

 Keywords: IntControl 77 72 Get UDF UDS Name User Defined Function Subroutine Call Calling Called. 

#DefineFunction udfSample()
   ;Base on sample provided by tlove
   UDFName = ItemExtract(-1,ItemExtract(1,ItemExtract(4,ItemExtract(-1,IntControl(77,72,0,0,0),@LF),@TAB),"(")," ")
   Pause( 'Name of UDF currently executing', UDFName)
   Return 1
#EndFunction

udfSample()
Exit

Article ID:   W18415
Filename:   Get UDF Name.txt
File Created: 2012:05:03:10:22:08
Last Updated: 2012:05:03:10:22:08