Author Topic: NMH::Send(%this) help  (Read 507 times)

I'm attempting to package NMH::Send and modify the message.
unfortunately, %this is a number, and to get it to a message you have to do %this.getvalue()
to get the actual message.
I'm not sure how to get the text back to the original value after I modify the message.

Help?

Found out about "%this.setValue(string);" in a search. Thanks search!