#01-Nov-00# Message from *Mike Myers*: Hi Mike, > Does the import capability allow recursion such that an imported file > can include an imported file can include an imported file? Yes. All the recursion does is just call the same function, just with the new filename. In theory it can detect any level of nesting. I should point out that it does no checks for loops. Chris -- New sig in the works Explorer 2260, Designer and Coder http://www.starforge.co.uk -- A diplomat is someone who can tell you to go to hell in such a way that you will look forward to the trip. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
