From: Sy Ali Date: 2006-06-04T13:49:27+09:00 Subject: Re: private method `split' ? On 6/3/06, Mike Stok wrote: > Without more concrete information it is hard to guess at what is > really going on! I'm not sure how to better describe things. This issue came up when I began to carve up my code into chunks which pass information back and forth. I assume I've run into some issue where the array which is being generated in one place is somehow becoming alien to code that's trying to use it elsewhere else. I just don't know how to decipher the error message, nor do I understand how I can get, use and inspect the array but (only) split won't work on it the way I expect. Your example code went over my head.. but something in there seems familiar. I'm going to renovate my code and see what I can come up with.