From 5ea6bd919623bb0dd58f235329b985b2bb6cb4ba Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 2 Jul 2018 20:21:14 +0530 Subject: add set block --- js/IntegerOp/CONVERT.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'js/IntegerOp/CONVERT.js') diff --git a/js/IntegerOp/CONVERT.js b/js/IntegerOp/CONVERT.js index 9a562fc2..1e3a7ff9 100644 --- a/js/IntegerOp/CONVERT.js +++ b/js/IntegerOp/CONVERT.js @@ -25,6 +25,9 @@ function CONVERT() { CONVERT.prototype.get = function CONVERT() { } CONVERT.prototype.set = function CONVERT() { + this.it = parseFloat((arguments[0]["it"])) + this.ot = parseFloat((arguments[0]["ot"])) + this.np = parseFloat((arguments[0]["np"])) this.x = arg1; graphics = arg1.graphics; model = arg1.model; -- cgit