concatenate not working well

this works: calc("a")="=concatenate(""hello "" , ""World"")" msgbox CALC("a") it returns: "hello World" this does not work: calc("a")="=""hello "" & ""World""" msgbox CALC("a") it returns: #NAME? any idea?

1 Reply

AD Administrator Syncfusion Team December 14, 2004 04:09 PM UTC

This is a bug in our parsing code. It has been corrected, and the correction should be in the 3.0 release.

Loader.
Up arrow icon