View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003157 | JEDI VCL | 00 JVCL Components | public | 2005-08-23 12:22 | 2005-08-23 13:29 |
| Reporter | theque | Assigned To | obones | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.00 | ||||
| Target Version | Fixed in Version | 3.10 | |||
| Summary | 0003157: JVSimeplXML error in SetIndentString | ||||
| Description | Error in loop: line 3167 procedure TJvSimpleXML.SetIndentString(const Value: string); var I: Integer; begin // test if the new value is only made of spaces or tabs -->>>> for I := 0 to Length(Value) do Should be: for I := 1 to Length(Value) do ............. | ||||
| Tags | No tags attached. | ||||