Skill lint and global variable setting

S

Suresh Jeevanandam

Guest
Hi all,
I would like to set up Skill Lint so that it does not give error for
global variables for the form structures.
Is there a way to tell that global variables with name "*Form" is OK?

Thanks in advance,
--
Suresh
 
I haven't done this for a long time, because I generaly ignore the Lint
Warning about globals which I know.

I the form there is a field called 'Package Prefixes', I believe you can
name your globals with a prefix e.g. 'GL' and then enter the prefix in this
field, the Lint will not give you a Warning about these globals.

Also the sklint function, which I prefer to use, has the arguments l_prefixes
and l_globals, check the docs for them.

Bernd


Suresh Jeevanandam wrote:
Hi all,
I would like to set up Skill Lint so that it does not give error for
global variables for the form structures.
Is there a way to tell that global variables with name "*Form" is OK?

Thanks in advance,
--
Suresh
 

Welcome to EDABoard.com

Sponsor

Back
Top