show_column function has 1 variant:
show_column
Shows the data block's column specified with blockAndItemName parameter.
blockAndItemName
blockAndItemName should have the following format: block name + '.' + item name
block name + '.' + item name
void show_column(char blockAndItemName);
show_column('deps.dep_name');
Last updated 5 years ago
Was this helpful?