...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Return value
vector
Examples
Code Block | ||
---|---|---|
| ||
vector $vec; |
...
int $fileID; |
...
int $fileID = `fileOpen "C:/FileTesting.txt" "r"`; |
...
// Read the vector |
...
// The -delims flag assumes you are reading from a text file |
...
$vec = `readVec $fileID -delim ","`; |
...
fileClose $fileID; |
...
// Display the value |
...
print $vec; |
Scroll pagebreak |
---|
Additional information
...