<< 01 October 2007 | Home | 03 October 2007 >>

Codestore: It's Always The Simple Tips That Are Best

Replace

Dim tmpVar as Variant
Dim commonUsername As String
tmpVar = Evaluate( |@Name( [CN] ; @UserName )| )
commonUsername = tmpVar(0)
with
Dim commonUsername As String
commonUsername = Implode(Evaluate(|@Name([CN];@UserName)|))

See full post at Codestore.net (It's Always The Simple Tips That Are Best) and a link to Tommy who first blogged about it.

Discovering Notes 8: Empty LotusScript debugger

I experienced an empty LotusScript debugger couple of times today in my Notes 8 on Windows XP Prof. SP2 and went to see whether it is a known issue. It is a known issue and is already tracked by Lotus.