MODIFY PROCEDURE Command Example

The following example opens the testdata database and uses MODIFY PROCEDURE to open the Visual FoxPro text editor, allowing you to create new stored procedures or modify existing stored procedures.

CLOSE DATABASES
OPEN DATABASE (HOME(2) + 'Data\testdata')

MODIFY PROCEDURE  && Opens the Visual FoxPro text editor