def
func:pointConvert
pointConvert(pt, convert, val)
Evaluate a point conversion. First parameter is point to test (anything accepted by toRec()
) or null to use empty dict.
Examples:
pointConvert(null, "+ 2 * 10", 3) pointConvert(null, "hexToNumber()", "ff") pointConvert(null, "°C => °F", 20°C)