when using #xCommand Syntax in CLASS like this
Code: Select all | Expand
LOCAL oText_2, cTargetDir
DEFINE WINDOW oASKFORM FROM 0,0 TO 270, 534 PIXEL TITLE cAction
@ 110,10 GET oText_2 VAR cTargetDir SIZE 500,30 PIXEL FONT oFontDefault OF oASKFORM
![Question :?:](./images/smilies/icon_question.gif)
if YES
can write
Code: Select all | Expand
::oASKFORM:oText_2:cTargetDir := cDir + "\"
Code: Select all | Expand
cTargetDir := cDir + "\"