10 Mar
2004
10 Mar
'04
4:22 p.m.
Chris Withers wrote:
Jim Anderson wrote:
of the directory in which the DTML resides. The method, 'M', is in an external module 'M.py', so the path from
The code from M.py would be handy. Can it returtn a blank string in any circumstances?
cheers,
Chris
Chris, No, it always returns a string. M.py is as follows: def M(): return("M module") Jim