$wfs = $system->GetActiveWorkflows();
$wfs is a reference to an array containing references to TeamSite::WFworkflow objects.
Now, I want to get all the elements (each workflow) from this array. How can I get it ? It looks that this $wfs will give the number of elements. Do I need to use @wfs = $system->GetActiveWorkflows() ?
Thanks
In reply to How to get array elements from reference ? by manishrathi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |