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

Functions

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

Detailed Description

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

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

Function Documentation

◆ tdbVmapGetValue()

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