Which (if either) of the following 2 snips of code are more efficient and
faster to parse?

Snip 1.
 print("</TD>\n");
 print("</TR>\n");
 print("</TABLE>\n");

Snip 2.
 print("</TD></TR></TABLE>\n");


Thanks
Shawn



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to