Hi everyone,
I am trying to set up a profile/task that does the following:
- If a text message received starts with "ECA", then :
-- Store message in variable %MESSAGE
-- Store sender in variable %SENDER
-- Variable Section of %MESSAGE from 4 to 100 --> %MESSAGESECTION
-- Send Text Message "%SENDER: %MESSAGESECTION"
The reason I am using the Section and not Splitter is because "ECA" can be used sometimes in the message. The section does work but only allows 100 characters... so the message is cut if it is longer. How can I fix that?
Thank you
I am trying to set up a profile/task that does the following:
- If a text message received starts with "ECA", then :
-- Store message in variable %MESSAGE
-- Store sender in variable %SENDER
-- Variable Section of %MESSAGE from 4 to 100 --> %MESSAGESECTION
-- Send Text Message "%SENDER: %MESSAGESECTION"
The reason I am using the Section and not Splitter is because "ECA" can be used sometimes in the message. The section does work but only allows 100 characters... so the message is cut if it is longer. How can I fix that?
Thank you