> I think there is a problem in the for each string version of for each when > you modify the content of the string with [[]]
I should have made it clear in the docs that you should not modify the object you are iterating within a for each loop. If you need to modify the object, use a simple for loop. Many thanks, Aparajita www.aparajitaworld.com "If you dare to fail, you are bound to succeed." - Sri Chinmoy | www.srichinmoy.org _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
