the question seems simple, but isn't.
think that i have the functions list and it's parameters and the variables on vectors(inclued it's types.. it's a structure).
now see these string(yes i have the words\operators count):
function1 ( function2 ( ) , function3 ( parameter1 ) , parameter3 )
the count, in these sample, is 13.
like you see i have a function, these function have parameters... these parameteres have functions and variables.. that functions can be another functions(nested functions).
these sample is like a nested functions call.
my question is: how can i create a nested loop for control all functions and parameters(if the functions\variables exist)?
like i said, i have the functions\variables names and it's parameteres on a vectors(i have 1 vector for functions\procedure and parameters(names and types and the return type) and other vector for a variables(name and type)
Happy Christmas to all