Having had more time to think it through, the filling of the varname should
be something like this:
lcVarName = ""
lcReturn = ""
IF GETWORDCOUNT(_CLIPTEXT) = 1 THEN
lcVarName = _CLIPTEXT
ENDIF
lcVarName = INPUTBOX("What variable?", "ASSERT GENERATOR", lcVarName)
This way you always have control on what varname is used. The 1st attempt
got the varname in the _cliptext if it had just one word without any
posibility to set another name.
Regards,
Sietse
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Malcolm Greene
> Sent: donderdag 27 juli 2006 15:54
> To: [EMAIL PROTECTED]
> Subject: RE: Checking variables and #Defines
>
> Sietse,
>
> > How about a intellisense script?
>
> SWEET!
>
> Thanks,
>
> Malcolm
>
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.