*USE in *ABBR command
*USE in *ABBR command
(OP)
When I call a macro from a macro library by using the *ABBR command with:
*ABBR, command, *USE, macroname
at startup I obtain:
* no longer valid as comment character - please use !
and the abbreviation is cancelled.
Do you know what the problem could be?
andrea
*ABBR, command, *USE, macroname
at startup I obtain:
* no longer valid as comment character - please use !
and the abbreviation is cancelled.
Do you know what the problem could be?
andrea
-------------------------------------------
Andrea Mordini, Civil Engineer, Ph.D.
http://www.andreamordini.com
-------------------------------------------





RE: *USE in *ABBR command
it works like that:
*abb,command,macroname.mac,arguments
Ansys will first search in the Work Directory and than in the APDL directory.
If you are usig a mcro from a macro library, you must call a macro, who will call the other macro from the library,
CODE
The content of main macro:
CODE
*use,macroname
Regards,
Alex
RE: *USE in *ABBR command
andrea
-------------------------------------------
Andrea Mordini, Civil Engineer, Ph.D.
http://www.andreamordini.com
-------------------------------------------