Hi Paul
Not sure if this is a bug or not, or it has to be this way
Try the following yourself
FUNCTION TestMe(BYVAL TestValue AS String) the codetips lookup requires as space before closeing the ) otherwise you get
FUNCTION TestMe(BYVAL TestValue AS ABC
Regards
Fraser
Merge that with ...
FUNCTION TestMe( B... { â€" space after "(" }
... and it makes perfect sense to me.