> Switch to Bluedragon :)

If BD's interpretation of the list functions isn't the same as CF's
(without creating new functions with different names to handle them
differently) then I'd have to consider that a flaw in BD.

I at one point had a function written to convert lists to arrays and
include empty elements...

myarray = arraynew(1);
f = findoneof(",",mylist);
while (f) {
  if (f is 1) { arrayappend(myarray,""); }
  else {
    arrayappend(myarray,left(mylist,findoneof(",",mylist)));
  }
  mylist = removechars(mylist,1,f);
  f = findoneof(",",mylist);
}

That's from memory -- haven't used it in a long while -- probably not
since cf5 ... and all things considered, the Java version is likely
more efficient.

s. isaac dealey     954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://macromedia.breezecentral.com/p49777853/
http://www.sys-con.com/story/?storyid=44477&DE=1
http://www.sys-con.com/story/?storyid=45569&DE=1
http://www.fusiontap.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197666
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to