You are here: Symbol Reference > Math387 Namespace > Functions > Math387.ExtractCplx Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.ExtractCplx Function

Gets a complex number, extracted from string source.

Pascal
function ExtractCplx(const Source: string; var Offset: integer; const Delimiter: string): TCplx; overload;

a complex number that was extracted from string Source looking from Offset and ended with Delimiter.

The Offset is modified to point to the first character after first found Delimiter in Source string. You can use this routine for processing a string of complex numbers separated by Delimiter. If the Delimiter is not Found, the function returns zero.

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