- 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/ZXPathResultatAgent.java
r7458 r7466 119 119 vParams = fArgArgument.execute(pCtx).object(); 120 120 } 121 vResult = vAgent.computeAs Data(vDialog, vParams).getString();121 vResult = vAgent.computeAsString(vDialog, vParams); 122 122 } 123 123 if (vResult != null && vResult.length() > 0) {
Note: See TracChangeset
for help on using the changeset viewer.