>
> .....
>> I can not remove all the names beginning with '_' since the variable
>> name could be e.g. _DB
>
>
> I think "first name" from reverse-sorted list of references in globals
> would cover this (as I said earlier).
>
>

.... that is, the internal references appear to be of the form _<number>;
reverse sorting the globals would put alphabeticals before numerics,
so _DB would show before _34 (for example) and you'd be ok.

The only problem would occur is if someone named a db  _2A  or something
starting with _[0-9].*

Yarko

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to