In reply to venkataramana.nandela@concept2silicon.com:
BTW, we recommmend that you declare the type of the array index instead of using the wildcard [*]. That way you have a defined index for constructs like foreach and find_index().
In reply to venkataramana.nandela@concept2silicon.com:
BTW, we recommmend that you declare the type of the array index instead of using the wildcard [*]. That way you have a defined index for constructs like foreach and find_index().