Script question

 From:  fcwilt
12047.16 In reply to 12047.15 
Hi Michael,

Thanks for the info.

Let me see if I have this all now:

The != below IS case sensitive

vp.getViewport(vname).name != vname

The function below IS NOT case sensitive

vp.reverseView( vname )

So is there a function to compare two strings that is not case sensitive OR has an additional parameter that chooses between being case sensitive or not?

Thanks.

Frederick