> I've used put to write the 17th element, ",", g_reg, and another comma, and > the output was > Texas,Texas, so it looks like 17th element and g_reg are the same. Is this > proving the same thing you suggested?
Not exactly; if you have anywhitespace before the 17th element you won't see it... try writing out a "," before the 17th element and see if you have anything. The other way is to put length(<the 17th element>) and length(g_reg) and see if the two lengths are the same. Ken Ray Sons of Thunder Software, Inc. Email: [email protected] Web Site: http://www.sonsothunder.com/ _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
