Prev Previous Post   Next Post Next
Old 30th March 2006, 21:57   #1
sissy
Junior Member
 
Join Date: Mar 2006
Posts: 15
linefind bug?

Hi,

Probably my doing and not a bug...

Using the linefind callback function doesnt see !defines but will see Vars. Just calling a standard function works fine.

ie

!define DEF_NAME
Var VAR_NAME

...
set both values a bit later
...

Function LineFindCallback
MessageBox MB_OK "${DEF_NAME} def used"
MessageBox MB_OK "$VAR_NAME var used"
${WordReplace} "$R9" "old" "new" "+" $R9

Push $0
FunctionEnd

Is this normal behaviour or am i missing the picture?

Thanks.
sissy is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump