Hello!. I am kinda trying to modify the say screen to receive custom parameters i send. idk how to receive the parameters in this screen in particular.
With the information i gathered in the forum and in the documentation i found some code wich i try to use with little sucess.
x "So, trola, still ready for tonight ?" ( SMS="threesomePlaning", NPCC=brenda)
If i do this and try to catch SMS or NPCC in the say screen or add it to a list, it never recive a value, but it shows the text
i erased my say parameters but i have something like this
screen say(who, what, SMS=None, NPCC=None):
if i do print SMS or NPCC it nevers shows anything so i cant log what i want.
(i know that you can do the sms thing with nvl, but i want to explore some other methods for fun or curiosity mostly)
i try to use anne O'nymous example but i was not posible to apply it ( ty anne O'nymous for all the answers in the forum, i found a lot of them very helpful)
Ty guys in advance, and srry for my poor english .
With the information i gathered in the forum and in the documentation i found some code wich i try to use with little sucess.
x "So, trola, still ready for tonight ?" ( SMS="threesomePlaning", NPCC=brenda)
If i do this and try to catch SMS or NPCC in the say screen or add it to a list, it never recive a value, but it shows the text
i erased my say parameters but i have something like this
screen say(who, what, SMS=None, NPCC=None):
if i do print SMS or NPCC it nevers shows anything so i cant log what i want.
(i know that you can do the sms thing with nvl, but i want to explore some other methods for fun or curiosity mostly)
i try to use anne O'nymous example but i was not posible to apply it ( ty anne O'nymous for all the answers in the forum, i found a lot of them very helpful)
Ty guys in advance, and srry for my poor english .