I don't really see how. He could have condensed it, sure.
Instead of:
He could have used:Code:strPost = "username=" & _ strRecipient & "&subject=" & _ URLEncode(strTitle) & "&message=" & _ URLEncode(strMessage) & "&area_code=&pn1=&pn2=&selected_options=post&btn_send=true&preview=&post=&mode=post&src=&folder=inbox&id="
However, it really is irrelevant. His way is just more spaced out, not necessarily more complicated. If that technique allows him to code and organize his project better, then we're really not in a position to criticize.Code:strPost = "username=" & strRecipient & "&subject=" & URLEncode(strTitle) & "&message=" & URLEncode(strMessage) & "&area_code=&pn1=&pn2=&selected_options=post&btn_send=true&preview=&post=&mode=post&src=&folder=inbox&id="
I'm really not picking sides, I just feel the guy is being unfairly hassled.
Results 1 to 30 of 30
Thread: [Code]Auto PM'er
Threaded View
- 29 Mar. 2010 02:52pm #10