I am going to probably set myself up for a fall here.
$in4=""+$in4
Was not commented out..
Commented - no affect
Ran this through BBChecker (probably a foolish thing
) -
quote:
$send=bu($,"Send Private Message",($.width-150)/2,255,150,22,"
; -------> Warning KIXSTRIP: 70 line incomplete "double quotation".
; -------> Warning KIXSTRIP: 70 line incomplete "left parenthesis".
; -------> Warning KIXSTRIP: 70 line incompleted.
")
; -------> Warning KIXSTRIP: 89 line incomplete "double quotation".
; -------> Warning KIXSTRIP: 89 line incompleted.
Looking at the code, KiXStrip is being fooled by your code as you are building this on the fly..
What about the other files being called?
code:
$in4=""+$in4
call @scriptdir+"\globals.kix"
call @scriptdir+"\load.udf"
call @scriptdir+"\parse.udf"
call @scriptdir+"\urlencode.udf"
call @scriptdir+"\button.udf"
Kent