hixxy commented on a Page, /exec  -  Jan 12, 2012

Which part of my documentation isn't clear enough?

This is the part of my documentation that shows the code examples:

1)
exec VBScript $&
  While MsgBox("Do you like my snippet?", vbYesNo) <> vbYes $crlf $&
  Wend
2) echo -a $exec(VBScript, Now)

This is how you used the script:

 var %code = exec VBScript $&
  While MsgBox("Do you like my snippet?", vbYesNo) <> vbYes $crlf $&
  Wend
echo -a $exec(VBScript, %code)

That is nothing like what my documentation says.

Feel free to provide constructive criticism of my documentation and/or the script itself. So far your claims are baseless.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.