ArcCAM

 From:  probotix
11543.22 In reply to 11543.20 
This works:

usertext = curves.item(i).getAllUserText();
for ( var u = 0; u < usertext.length; u++ )
{
alert( usertext.item(u).key + " => " + usertext.item(u).value + "\n");
}


Thanks Michael!

>Len