Guest User

Untitled

a guest
Aug 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. %%[
  2. VAR @msg,@response,@inbound,@rowcount
  3. //arbitary number to check the first 10 words
  4. SET @rowCount=10
  5.  
  6. /*Stores the response from the sms*/
  7. For @i = 0 to 10 do
  8. SET @response=[MSG(0).NOUN(@i)]
  9. next @i
  10. ]%%
  11. %%=v(@response)=%%
Add Comment
Please, Sign In to add comment