Announcement

Collapse
No announcement yet.

SYNTAX RULES

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SYNTAX RULES

    HI,
    I tried to look up in the help manual, but could not find much help.

    I have read the path using READ FROM REGISTRY,

    Stored that path as %MyInstallPath% (Thanks Lorne, it works).

    If my %MyInstallPath% =False, i need to set my %AppDir% to %MyDefaultDir%.

    how can i evaluate this expression.

    if %MyInstallPath% =False then
    %AppDir% to %MyDefaultDir%.

    Plese help .

    Thanks


  • #2
    Re: SYNTAX RULES

    To do that, you'll need to use these actions:

    IF
    Assign value
    ENDIF

    However, if you just want to have a default value if a key doesn't exist, just put the default value in the Default value field of your Read from Registry action.
    --[[ Indigo Rose Software Developer ]]

    Comment

    Working...
    X