Replace Step Code Dialog Box
- Updated2025-04-09
- 1 minute(s) read
Replace Step Code Dialog Box
The C/C++ Module tab and the Edit C/C++ DLL Call dialog box launch the Replace Step Code dialog box when you click Create Code and when a function by the same name already exists inside the specified source code file.
The Replace Step Code dialog box contains the following options:
- Source Code (< filename >) —Contains the source code for the specified file. By default, the dialog box automatically selects the existing function in the source file. You can also edit the source code within this control.
- Code to Insert —The new code to replace the existing function in the source code file.
- Replace/Insert —Replaces the selected text in the Source Code control with the code from the Code to Insert control. When no text is selected in the Source Code control, use this control to insert the code at the selected cursor location. You can also edit the source code after you replace or insert code within the source code control.
- Reset —Cancels all edits performed in the Source Code control and reselects the original function previously located in the same file.