1b1 @verb #1112:"convert_2" this none this rxdo #7788 @program #1112:"convert_2" this none this "Convert the argument to meters squared, and then convert from there to whatever." what = tofloat(args[1]) from = args[2] to = args[3] x = this.units[2] what = $no_one:eval(tostr("return ", what, " ", this.to_metres2[from in x[2]], ";"))[2] return $no_one:eval(tostr("return ", what, " ", this.from_metres2[to in x[2]], ";"))[2] . 0