Re: Need help with user-written routine in SOR$
hoefelmeyer_at_hotmail.com
Date: 01/04/05
- Next message: Phillip Helbig---remove CLOTHES to reply: "Re: More on Tru64"
- Previous message: Jake Waskett: "Re: For JF: Young men kill their circumciser"
- In reply to: briggs_at_encompasserve.org: "Re: Need help with user-written routine in SOR$"
- Next in thread: briggs_at_encompasserve.org: "Re: Need help with user-written routine in SOR$"
- Reply: briggs_at_encompasserve.org: "Re: Need help with user-written routine in SOR$"
- Reply: Dave Froble: "Re: Need help with user-written routine in SOR$"
- Reply: Dave Weatherall: "Re: Need help with user-written routine in SOR$"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 4 Jan 2005 11:46:30 -0800
Cool! The structure wrapper must be needed by VMS for some reason,
then. I was just worried that it was something significant that was
glossed over in the docs. Well, that makes it a lot easier for me! I'm
very pleased to have my fears proved groundless. Thank you very much!
A couple of other questions come to mind, with passing pointers -
first, since ADRS1 and ADRS2 are pointers to my records, if I
dereference them and modify non-key fields in them in my user_equal
routine, it would indeed change the actual record, correct? I know the
answer in C, but am not sure in BASIC, i.e., is my function accessing a
pointer to the actual record, as does C, or is it a pointer to a local
copy of the record? The latter doesn't seem likely.
And if I can, would doing so make the sort choke? I don't see why,
because I'm not changing keys, but you never know. I'll check this out
empirically.
- Next message: Phillip Helbig---remove CLOTHES to reply: "Re: More on Tru64"
- Previous message: Jake Waskett: "Re: For JF: Young men kill their circumciser"
- In reply to: briggs_at_encompasserve.org: "Re: Need help with user-written routine in SOR$"
- Next in thread: briggs_at_encompasserve.org: "Re: Need help with user-written routine in SOR$"
- Reply: briggs_at_encompasserve.org: "Re: Need help with user-written routine in SOR$"
- Reply: Dave Froble: "Re: Need help with user-written routine in SOR$"
- Reply: Dave Weatherall: "Re: Need help with user-written routine in SOR$"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|