That's actually not too unlikely, thinking about it. A lot of 4D is
built with ... 4D, and that includes a few hierarchical lists. As far
as the language is concerned, a list reference is just a longint; 67
is as good as any other. So what you're seeing may just be a reference
to a h-list that's used somewhere in the application, and built on
startup before any of your code gets to run...
2009/7/3 Pluto Ng <
plutong@...>:
> I encounter an inexplicable problem so I put the following code as the
> first thing in On Startup.
>
>
>
> C_LONGINT($ref)
>
> $ref:=67
>
> If (Is a list($ref))
>
> ALERT("67 is a list reference!")
>
> End if
>
--
David Dancy
Sydney, Australia
**********************************************************************
Live Data Mapping Services with 4D v11 SQL
See it for yourself -
http://www.4d.com/solutions/ndwater.html4D Internet Users Group (4D iNUG)
FAQ:
http://www.4D.com/support/faqnug.htmlArchive:
http://lists.4D.com/archives.htmlOptions:
https://lists.4d.com/mailman/options/4d_techUnsub: mailto:
4D_Tech-Unsubscribe@...
**********************************************************************