When you run structAppend(a,b) you are appending B onto A. In your case, you
appended Server onto Data. If you wanted to update the server scope why
didn't you just manipulate it directly? If you prefer using a pointer, you
can use

data = "">
Note - I do not recommend directly accessing server variables from CFCs. If
your intent is to add X to a server variable, you should pass it in as an
argument, or save the result, etc:

<cfset server.myData = someCFC.someMethod()>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to