You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > StringsToValues Method > Matrix.StringsToValues Method (TStrings, Integer, Integer, Integer, Integer, string)
MtxVec VCL
ContentsIndex
PreviousUpNext
Matrix.StringsToValues Method (TStrings, Integer, Integer, Integer, Integer, string)

Convert strings from [ListIndex]..[ListIndex+ListLen-1] in aList to double (TCplx).

Pascal
function StringsToValues(aList: TStrings; ListIndex: Integer; ListLen: Integer; Row: Integer; Col: Integer; Delimiter: string = kTab): TMtx; overload;

Store them in the Values array of the calling matrix, starting from element [Row,Cols]. The size of the calling matrix is not changed. If array bounds are overrun an exception is raised. Complex numbers must follow the format: a+bi.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!