View Issue Details

IDProjectCategoryView StatusLast Update
0004508JEDI VCL00 JVCL Componentspublic2008-10-08 11:23
ReporterThomasCAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.35 
Target VersionFixed in Version3.36 
Summary0004508: JvJCLUtils - StrToFloatDef (Index error)
DescriptionSeveral expressions like:
LStr[LStr.Length]
must be changed into
LStr[LStr.Length-1]

e.g. StrToFloatDef Line 7908 and 7913

I have the index error only when using DEBUG-DCUs under Delphi 2009.
Otherwise the try except helps me.
TagsNo tags attached.

Activities

AHUser

2008-10-08 11:23

developer   ~0014783

Already fixed in SVN rev. 11908 (Sep. 19th)

Issue History

Date Modified Username Field Change
2008-10-08 00:53 ThomasC New Issue
2008-10-08 11:23 AHUser Status new => resolved
2008-10-08 11:23 AHUser Fixed in Version => Daily / SVN
2008-10-08 11:23 AHUser Resolution open => fixed
2008-10-08 11:23 AHUser Assigned To => AHUser
2008-10-08 11:23 AHUser Note Added: 0014783