--- Wade Smart <[EMAIL PROTECTED]> wrote: > 12122007 1249 GMT-6 > > Im working with a clients code here. > There is a string in a print ' bla '; statement and there are many > functions within the string. > > string......... ' . function(); ' more string....... ' . function(); . > ' end string.' > > Im not seeing the problem right off but, the first function works fine > but the second and third and so on will not. They are blank. > > Wade
I don't think we have enough info to work with here. The semicolon after the function would end the statement so it seems like that would make it hard to work with and might create the symptoms you describe. James
