| Subject: | This class usees "explode" on ',' which will explode also on ... |
| Summary: | Package rating comment |
| Messages: | 1 |
| Author: | blind B |
| Date: | 2009-10-12 08:25:23 |
| |
|
|
blind B rated this package as follows:
| Utility: | I am not sure |
| Consistency: | I am not sure |
| Examples: | I am not sure |
|
|
| |
1. This class usees "explode" on ',' which will explode also on ... |
|
Reply |
|
|
 blind B | 2009-10-12 08:25:23 |
This class usees "explode" on ','
which will explode also on ',' in the fields, which is not correct.
so "A","B,C" - splits to 3 when it should be 2 fields |
|