Sytze: "code" is a reserved word, the 4-letter abbreviation for "CODEPAGE" and would likely trip up the compiler in some cases.
My favorite reason for using Hungarian notation in Fox ('lccode' and 'tccode' and 'ccode') is not for self-documentation, but to out-Fox the compiler.
On Tue, Jan 26, 2016 at 4:35 PM, Sytze de Boer sytze.kiss@gmail.com wrote:
I do the following in one of my modules
sele 909 use (ltable) alias Junk1 Excl
If I issue wait window alias(), it returns Junk1
If I use (ltable) alias "Junk1" Excl, it returns Junk1 as well
Is this normal?
I ask because I have a client who consistently ends up with an error variable code not found when I know for sure the table has a field called Code, and I am trying to confirm the underlying table is indeed Junk1
-- Kind regards, Sytze de Boer
--- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html
[excessive quoting removed by server]