![]() |
![]() |
![]() |
![]() |
index_of function
Synopsis
index_of returns the current index of an array of groups. You can use index_of in the value expression for a subobject of the array of groups.
group foo[3] {
int a=> index_of(foo);
};
!foo[0] {
$int a
0
};
!foo[1] {
$int a
1
};
![]() |
![]() |
![]() |
![]() |