PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Fraser Portwood on November 19, 2009, 07:52:14 AM

Title: Codetips Lookup in editor
Post by: Fraser Portwood on November 19, 2009, 07:52:14 AM
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
Title: Re: Codetips Lookup in editor
Post by: Haakon Birkeland on November 19, 2009, 09:30:14 AM
Merge that with ...

FUNCTION TestMe( B...   { â€" space after "(" }

... and it makes perfect sense to me.