Home AMX User Forum AMX Technical Discussion
Options

Variable Text?

Some help!
I learned how to send text to a button:

SEND_COMMAND tp,"'^TXT-1,0',name_mem1"

But now I need some help on how to erase that. Could some one tell me if this works?

SEND_COMMAND tp,"'^TXT-13',0,''"

Thanks in advance...

Comments

  • Options
    The Button State (In your case "0") is part of the ascii-command, not an integer. This should work:

    SEND_COMMAND tp,"'^TXT-13,0,'"
Sign In or Register to comment.