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

Convert strings in aList to double (TCplx) starting at ListIndex.

Pascal
function StringsToValues(const srcList: TStrings; ListIndex: integer; Index: integer = 0; Len: integer = MtxVecEOA): TVec; overload;

Store them in the Values array of the calling vector from Index to Index+Len-1. If strings represent complex numbers, then the complex property must be True or an exception is raised. The Length property of the calling vector is not changed. If array bounds are overrun and exception is raised.

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