On Wednesday 30 July 2008 05:18:13 Phil Dawes wrote: > Cool thanks. Just so I'm sure, does each thread have it's own complete > namestack? E.g. so thread 'b' can't override thread 'a's delimiter at > the root namespace halfway through a csv import?
'b' can override 'a's delimiter *if* it uses 'set-global' which it normally shouldn't do. If the threads stick to using 'set' then things'll work fine. Ed ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
