Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

use object's properties in Fortran

rezaei
Beginner
297 Views

Hi

I have a problem with calling object's properties in Fortran:

I use"AUTOGetProperty(idispatch,id,value) for getting value of object's properties.

When I use member Id in this, it works correctly but by usingargument's(property's) name does not.

For example:

status = AUTOGetProperty ($OBJECT, 23, A) This is ok. A=231

status = AUTOGetProperty ($OBJECT, '$Counter', A) This is not ok. A=0

I think thatargument's name is incorrect. but how I get the object's properties names (the properties list or property by ID)?

Regards,

Rezaei

0 Kudos
0 Replies
Reply