The funny thing is, the UDF even has an example section that demonstates how to use it. And how can you not realize that the post is a UDF if it is part of the UDF Forum?

Also, Shaw's example is a bad one as it requires OSID() to run multiple times. As shown in the UDF header example, the usage would be e.g.
Code:

$Values = OSID()
? 'Value0=' + $Values[0]
? 'Value1=' + $Values[1]
for each $value in $values
? 'Value = '+$value
next



Edited by sealeopard (2004-10-09 10:07 PM)
_________________________
There are two types of vessels, submarines and targets.