Mark,
If you use "return TimeString;" instead of "return(TimeString)", it works.
return(TimeString) isn't the correct syntax. I think the macro porocesor is
interpreting as a zero. If you do
x = (TimeString); return x; then you get a zero.
David
| Free forum by Nabble | Edit this page |