-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 05/04/2010 03:50 PM, Aron Rubin wrote: > If I could have a SQL function that returned an id of the current > frame I could create poor man's variables.
You'll need to be more specific about what you mean here. Give an example of the code you would like to write. The only use of the word "frame" I know of in this context is stack frame. It is certainly possible to do what you ask in Python (sys.getframe) but SQLite is in C and that doesn't require physical frames or "return locations". Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkvgwygACgkQmOOfHg372QSDmQCfab0xF6Mk6m7heU8Anhoyeims gJkAn0++iJqxLqRpm/1XoNmdzZ28LcqZ =MA96 -----END PGP SIGNATURE----- _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

