View Single Post
# 3 07-11-2004 , 11:37 AM
Forlax's Avatar
Subscriber
Join Date: Aug 2003
Location: Middlesbrough, UK
Posts: 73
This throws up a syntax error.

My $objName is of type string[], so I get the following error message.

// Error: Illegal operation "+" on data of type string[]. //

I assume in your code your objName was of type string.

What is the way around this?

Sorry I am a MEL newbie.