Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

IUA Progs: How to access the name of a workspace?

Status
Not open for further replies.

jimhunt

Specifier/Regulator
Joined
Oct 31, 2002
Messages
6
Location
GB
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
 
Hello Jim,

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
 
Thanks Stefan,

Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top