math functions Cos Sin Log + …

the requiered parameters autohotkey.com/docs/commands/Transform.htm

Asc  Retrieves the ASCII code from the 1st char in a string  i.e  64 if  @
Chr  Retrieves the single character corresponding to an ASCII code i.e.  A if 65
Deref  Expands variable references ......
HTML  Converts String into its HTML equivalent i.e. ä into ä
Mod
Pow
Exp
Sqrt
Log
Ln
Round
Ceil
Floor
Abs
Sin
Cos
Tan
ASin
ACos
ATan
BitNot
BitAnd
BitOr
BitXOr
BitShiftLeft
BitShiftRight

EXAMPLE:
~lALT & o:: ;  = LEFT ALT key + O
Transform, clipboard, HTML, %clipboard%
msgbox, %clipboard%
return

Leave a Reply