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

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

Pascal
function StringsToValues(const srcList: 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-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!