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

Convert strings from [ListIndex]..[ListIndex+ListLen-1] in aList to integers.

Pascal
function StringsToValues(const aList: TStrings; const ListIndex: Integer; const ListLen: Integer; const Row: Integer; const Col: Integer; Delimiter: string = kTab): TMtxInt; 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!