At 3:11 PM -0700 9/30/06, Phil M wrote:
The second surprise was that Extends works with array types.
FWIW Extends also works with base types like Integer and String. Instead of using the ever maligned STR function I coded my own version Function AsText(Extends i as integer, fmt as string = "-0") As string return Format(i, fmt) End Function and most of the time I just call it like this; MsgBox "This is an integer displayed as text: " + MyInteger.AsText Regards, Joe Huber _______________________________________________ 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>
