Target directory question.
Posted: Thu Jul 23, 2015 6:35 am
If I display the value of the $TARGETDIR$ variable it shows the full pathname correctly.
In any project select the Design tab in the IDE. Select the Project Properties and look at the Target Folder: setting which in my project is $PROGRAMFILES$\$TITLE$.
If I display my $TITLE$ variable the value displayed is correct.
But if I try and display $PROGRAMFILES$ it displays "$PROGRAMFILES$" literally and not what it contains. I feel a bit of a numpty for asking, but if the Design tab shows $PROGRAMFILES$ then that implies there is a variable containing something? If there is why does the MessageBox statement not display it's value?
In any project select the Design tab in the IDE. Select the Project Properties and look at the Target Folder: setting which in my project is $PROGRAMFILES$\$TITLE$.
If I display my $TITLE$ variable the value displayed is correct.
But if I try and display $PROGRAMFILES$ it displays "$PROGRAMFILES$" literally and not what it contains. I feel a bit of a numpty for asking, but if the Design tab shows $PROGRAMFILES$ then that implies there is a variable containing something? If there is why does the MessageBox statement not display it's value?