CharToVectorInt is part of the WaveTrain system class library.
This was created to convert a string into a Vector for compatibility with m-systems that cannot take a string input.
|
|
Parameters
|
| None |
|
Inputs
|
| string |  char* | Input string | "Text" |
|
Outputs
|
| outputString |  Vector<int> | Output string as a vector int. | VecI(1,0) |
|
Subsystems |
|
|
|
|
Last Saved: Thu Aug 18 09:10:19 MDT 2005 by TVE version 2009B
|
| |