| 619 | |
| 620 | |
| 621 | void setParamsAsciiVal(DataTypeUtilBase*, const SysFunction*, int argsCount, dsc** args) |
| 622 | { |
| 623 | if (argsCount >= 1 && args[0]->isUnknown()) |
| 624 | args[0]->makeText(1, CS_ASCII); |
| 625 | } |
| 626 | |
| 627 | |
| 628 | void setParamsBlobAppend(DataTypeUtilBase*, const SysFunction*, int argsCount, dsc** args) |