- Timestamp:
- 11/23/06 18:21:31 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_CO/com/scenari/m/co/xpath/dom/ZXPathResultat.java
r7458 r7466 130 130 vParams = fArgArgument.execute(pCtx).object(); 131 131 } 132 vResult = ((IWAgentComputor) vAgent).computeAs Data(vDialog, vParams).getString();132 vResult = ((IWAgentComputor) vAgent).computeAsString(vDialog, vParams); 133 133 } 134 134 } else {
Note: See TracChangeset
for help on using the changeset viewer.