I found out the if you have a echo like
Code: Select all
#event SelfEcho "[MQ2] #1#"
sub Main()
/return
Sub Event_SelfEcho(string Line,string Command)
/if (${String[${Command}].Equal[somthing]}) {
/Echo Will never happen
}
/return
As I am not a 100% C programmer then I haven't looked up the source code.
