UNPKG

@abaplint/runtime

Version:
13 lines 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.xstrlen = xstrlen; const types_1 = require("../types"); function xstrlen(input) { if (typeof input.val === "string") { return new types_1.Integer().set(input.val.length / 2); } else { return new types_1.Integer().set(input.val.get().length / 2); } } //# sourceMappingURL=xstrlen.js.map