The first TEXT statement specifies text for the dialog box that appears
on line 13 and begins in column 1. The second TEXT statement specifies an
input field that is 6 bytes long that appears on line 13 and begins in column
25. The value that the user enters in the field is substituted for the @1
in the preceding DIALOG statement.
text #13 @1 'Enter Value for Search:';
text #13 @25 len=6;