Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. %%[
  2. SET @String = "Amp Script!"
  3. SET @String = Replace(@String,' ','_')
  4. SET @String = Replace(@String,'!','_')
  5. ]%%
  6.  
  7. %%=v(@String)=%%
  8.  
  9. %%=ReplaceList('Amp Script!', '_', ' ', '!')=%%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement