Small (ish) update to Script Browser04/12/2006 03:34 PM
None
Just a few changes this time.....
+ Script Browser now handles non-ascii
characters correctly.
+ Variables that are dim'ed and
new'ed in the same statement are now parsed correctly.
Ex:
Dim session
as New NotesSession
+ Variables that are dim'ed using
a type suffix will display the correct type instead of 'Variant'
Ex:
Dim
somestring$
now
displays like:
+ Functions/Gets/Sets Now display
a variable that has the same name as the function. So now you can find
references to the return value of a function.
You can download the new version of
Teamstudio Script Browser here,
or on the left side under the 'Free Tools' section.