Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross 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
Oct 31, 2002
6
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
 
Replies continue below

Recommended for you

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top