BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 eXtreme Movie Manager (Rel. 7), No More Updates
 Bug Report
 Text "()" in instruction #SEARCHREPLACEVAR#

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
script Posted - 14 Mar 2012 : 14:32:40
SEARCHREPLACEVAR does not replace text correctly in parentheses

Example
#STRING#=#07#=The Wire (Bajo escucha) (Serie de TV)
#SEARCHREPLACEVAR#=(Serie de TV)|#07##01#
#STRING#=#59#=The Wire (Bajo escucha) ()
#STRING#=#60#=The Wire (Bajo escucha)
#IF# #07#==#59#
#STRING#=#61#=Bug in instruction SEARCHREPLACEVAR
#ENDIF#
#IF# #07#==#60#
#STRING#=#61#=OK in instruction SEARCHREPLACEVAR
#ENDIF#
1   L A T E S T    R E P L I E S    (Newest First)
Prinz Posted - 14 Mar 2012 : 15:54:05
The Search String in #SEARCHREPLACEVAR# is RegEx!!!

So Chars that have special meaning in RegEx like ( and ) have to be escaped with an \

#SEARCHREPLACEVAR#=\(Serie de TV\)|#07##01#

BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.08 sec. Powered By: Snitz Forums 2000 Version 3.4.07