Hugo Ahlenius wrote: > I just spotted (and submitted) a new bug: > http://code.google.com/p/openbluedragon/issues/detail?id=73 > > ArrayLen fails on binary variables - this is the standard way to get the > size of a binary variable on CFMX - does anyone know if one can get to this > using a java method in some way... ?
"standard way" ? you mean CFMX by sheer fluke lets you use that function. That has surely got to be bad on so many levels. a binary object is not an array -- its a major assumption to assume its stored as a continuous array of bytes or whatever. its a blob; a binary object. After nearly 10 years of use, this is something we hit! LOL i am not so sure its a bug but a quirk of CFMX. --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official blog @ http://blog.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
