Hi friends
i've following intellisense script .
when i type rk then it turns to "&& Rajani on 10/01/05". It saving lot of
time for me when i write comments.
*************
LPARAMETER oFoxCode
Local lcRetval, lcCase,lccentury
lccentury="SET CENTURY "+set('CENTURY ')
SET CENTURY OFF
oFoxcode.valuetype = 'V' && we want to return a value
lcCase = oFoxCode.Case
If empty(alltrim(lcCase))
lcCase = oFoxCode.DefaultCase && if not take default foxpro case
endif
lcRetval = '&' + '&' +'~' +' Rajani on ' + dtoc(date())
&lccentury && reset century
Return lcRetval
*********
abv code works beautifully without any problem.
i am wondering if it is possible when i type my keyword(i.e. rk) on new line
i want
**Rajani on 10/01/05
if it is on a existing line then "&& Rajani on 10/01/05".
any ideas on this will be great.
Thanks
--
cheers