SYNOPSIS
#include <tcl.h>
int Tcl_RecordAndEval(interp, cmd, flags)
ARGUMENTS
- Tcl_Interp *interp (in)
-
Tcl interpreter in which to evaluate command.
- char *cmd (in)
-
Command (or sequence of commands) to execute.
- int flags (in)
-
An OR'ed combination of flag bits. TCL_NO_EVAL means record the command but don't evaluate it. TCL_EVAL_GLOBAL means evaluate the command at global level instead of the current stack level.
DESCRIPTION
Note that
PORTABILITY
Windows 8.1. Windows Server 2012 R2. Windows 10. Windows Server 2016. Windows Server 2019. Windows 11. Windows Server 2022.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
Tcl_RecordAndEvalObj()
PTC MKS Toolkit 10.4 Documentation Build 39.