IUA Progs: How to access the name of a workspace?
IUA Progs: How to access the name of a workspace?
(OP)
I want to report a list of Details and all their details
I can scan the workspaces using GISWSP and can find the type
of each using GIRTPS but only have access to them via the
pointer that GISWSP gives me. How can I find out the name
(and hopefully other info) of a Detail given just its
pointer?
Thanks in anticipation,
Jim
I can scan the workspaces using GISWSP and can find the type
of each using GIRTPS but only have access to them via the
pointer that GISWSP gives me. How can I find out the name
(and hopefully other info) of a Detail given just its
pointer?
Thanks in anticipation,
Jim





RE: IUA Progs: How to access the name of a workspace?
the routine you are looking for is:
LOAD GIRIDE MNUM,JADF,NIDEN,LIDEN,IER
******
JADF: POINTER TO WSP
NIDEN: LENGHT OF IDENTIFIER (MAX 16)
LIDEN: IDENTIFIER (CHAR*16 LIDEN)
REGARDS
Stefan
RE: IUA Progs: How to access the name of a workspace?
Jim