Changeset 7466 for trunk/Jav_CO/com/scenari/m/co/xpath/dtm/ZXPathMin.java
- 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/dtm/ZXPathMin.java
r7458 r7466 151 151 vDialog = wGetDialogFromCtx(pCtx); 152 152 } 153 String vVal = ((IWAgentComputor) vObj).computeAs Data(vDialog, null).getString();153 String vVal = ((IWAgentComputor) vObj).computeAsString(vDialog, null); 154 154 vCurentDouble = hGetStringToNumber(vVal); 155 155 } else if (vObj instanceof IWServiceAvecResultat) {
Note: See TracChangeset
for help on using the changeset viewer.