Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wvpv/32310d3755e4cd5ac9d300773f2a8c67 to your computer and use it in GitHub Desktop.
Save wvpv/32310d3755e4cd5ac9d300773f2a8c67 to your computer and use it in GitHub Desktop.
%%[
set @s=buildrowsetfromstring("Baby shark|Mommy shark|Daddy shark|Grandma shark|Grandpa shark|Let's go hunt|Run away|Safe at last|It's the end","|")
for @v=1 to 9 do
for @l=1 to 4 do
set @r = row(@s,@v)
set @f = field(@r,1)
set @o = concat(@o,@f,iif(@l<4,", doo doo doo doo doo doo","!"),char(10))
next
next
]%%%%=v(@o)=%%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment