Macro XAMINE (from Fraktal SAS Programming): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K |
K |
||
Zeile 17: | Zeile 17: | ||
;%MACRO xamine(xpath,etype); | ;%MACRO xamine(xpath,etype); | ||
</font> | </font> | ||
− | | | + | |Start Macro definition with name and positional parameters xpath and etype |
|- | |- | ||
| | | | ||
Zeile 371: | Zeile 371: | ||
;%MEND xamine; | ;%MEND xamine; | ||
</font> | </font> | ||
− | | | + | |End Macro definition with name |
|} | |} | ||
Version vom 15. September 2014, 14:36 Uhr
Code executed | Function performed |
---|---|
|
Start Macro definition with name and positional parameters xpath and etype |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
End Macro definition with name |