peterenman
IS-IT--Management
I hope someone can help me with this little mind bender. I have a report in which I'm trying to split a memo field into different sections based on a Hard Return. Example of Data in feild:
1st section of information
More info
More info
2nd section of Information
More info
More info
I want the 1st section of information and the 2nd section of information in columns side by side, which I was able to do by using an array to split it up. But the problem is that sometimes there isn't a second information section and therefore it gives me an error saying "String length is less than 0 or not an integer". So I figure I need to stipulate somehow that the array is dynamic? It would be fantastic if someone could help me out with this it.
Thanks,
Peter
1st section of information
More info
More info
2nd section of Information
More info
More info
I want the 1st section of information and the 2nd section of information in columns side by side, which I was able to do by using an array to split it up. But the problem is that sometimes there isn't a second information section and therefore it gives me an error saying "String length is less than 0 or not an integer". So I figure I need to stipulate somehow that the array is dynamic? It would be fantastic if someone could help me out with this it.
Thanks,
Peter