Parameters in custom messages
Posted: 02 Dec 2008 13:27
Hi!
I've a simple question: can I put a parameter value in a custom message? example: parameter #1 = 1 -> text in custom message: "the first parameter is 1" in a dynamic way (so if param is 2 the same text shows 2 and so on) not using static messages and a series of "if" (action7)
I know that using action4 I can set custom messages, and string codes 7B..87 can format the text so it's shown on wanted format. but how putting parameters there?
and another question: string codes 7B..87 take their argument from the stack, but what this means? i know what a stack is: a LIFO (last-in/first-out) structure. well, string codes 7B...87 and others do a "pop" from the stack (I think), but who does "push" and when?
I've looked in the wiki and i found nothing. It's not there or I've missed it?
thanks in advance
I've a simple question: can I put a parameter value in a custom message? example: parameter #1 = 1 -> text in custom message: "the first parameter is 1" in a dynamic way (so if param is 2 the same text shows 2 and so on) not using static messages and a series of "if" (action7)
I know that using action4 I can set custom messages, and string codes 7B..87 can format the text so it's shown on wanted format. but how putting parameters there?
and another question: string codes 7B..87 take their argument from the stack, but what this means? i know what a stack is: a LIFO (last-in/first-out) structure. well, string codes 7B...87 and others do a "pop" from the stack (I think), but who does "push" and when?
I've looked in the wiki and i found nothing. It's not there or I've missed it?
thanks in advance