Quote:

What do you mean "to be used on a function"?

You already said:
Quote:

It reads excel data and outputs correctly when I use the following output query:
? ""$range[$counter,0]
? ""$range[$counter,1]
? ""$range[$counter,2]
? ""$range[$counter,3]




So then what is your problem?




The output only shows correctly on the kixtart prompt when the "?" is used. It is not being translated when the output is used on functions such as: fngroupad() or addtomynetworkplaces().

For example: when I use it like this: fngroupad($range[$counter,0]), the function does not work and no error is given. But when I use it like this: ? ""$range[$counter,0], I get an output on the kixtart prompt. Hope that was clear enough. Thanks.