SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Functions
tdbVmapGetString

Functions

string tdbVmapGetString (uint64 id, string paramname, uint64 index)
 

Detailed Description

Get a string from a string vector in a vector map.

Parameters
id- vector map id
paramname- string vector name
index- index of the string in the string vector
Returns
returns the string in the string vector at the specified index

Function Documentation

◆ tdbVmapGetString()

string tdbVmapGetString ( uint64  id,
string  paramname,
uint64  index 
)