My Problem: When I execute the below code the Splice function causes the installer to go into an infinite loop or crash it(it doesn't respond). Whats going wrong?
Am I using Splice wrong? If I cant use splice to split my string the way I want it to, is there another function I could use to split a string?
Section "Dummy"
Push "user_lib_4d C:\12d\9.00\DTEI_Customisation\SURVEY_12d9\DTEI_Survey_User_Lib" # "user_lib_4d C:/blah"
Push "0"
Push "user_lib_4d"
Call Splice # causes an infinite loop/crash
SectionEnd