On Aug 31, 2006, at 4:57 PM, Robert Woodhead wrote:

Quick quiz, campers.  What does the following statement do?

  DIM reg1,reg2,reg3 as new regEx

If you said "create three regEx objects", BZZZT! Wrong! It creates one regEx object, and points all three variables at it!

This behavior has been around for a long time

It's one reason why I NEVER use this sort of declaration and have thus never had this problem


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to