Jethro commented on a Page, mIRC Start-up Dialog/Generator  -  Aug 05, 2010

This line:> if (!$did(5)) || (!$did(7)) || (!$did(9)) || (!$did(11)) { noop $input(Please be sure ALL fields are filled.,o) }
Can be made into:

if (!$istok(5 7 9 11,$did,32)) { noop $input(Please be sure ALL fields are filled.,o) }

Saving yourself quite some bytes.

 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.