Take Command / TCC Help v. 13.03
@FUNCTIONNot in LE
Hide Navigation Pane
@FUNCTIONNot in LE
Previous topic Next topic No directory for this topic No expanding text in this topic  
@FUNCTIONNot in LE
Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@FUNCTION[name] : Returns the definition of the specified user-defined function name as a string, or a null string if the function doesn't exist. When manipulating strings returned by @FUNCTION you may need to disable certain special characters with SETDOS /X. Otherwise, command separators, redirection characters, and other similar punctuation in the function may be interpreted as part of the current command, rather than part of a simple text string.

 

Example:

 

echo %@function[myfunction]

 

See the FUNCTION command.

Comments (...)