I think it's something to do with the NOT in the front of the array maybe? I am sure it's an oddity in the parser it seems since this also works:
<cfset no2RegisterArray = arrayNew(2)>
Very very odd.
I shall add a bug for it
Mark Drew
Railo Technologies Professional Open Source
skype: mark_railo
ma...@getrailo.com
+44 7971 852296 http://www.getrailo.com
On 20 Aug 2012, at 18:04, Steve Moore <
moo...@co.larimer.co.us> wrote:
> I'm new to Railo, so may not understand something (been using CF for 10+ years), but why does statement 1 give me the error "string tag [cfset] is not closed", but statement 2 runs fine?
>
> 1) <cfset not2RegisterArray = arrayNew(2)>
>
> 2) <cfset notToRegisterArray = arrayNew(2)>
>