11. februar 2010

/chrpw - ascii table in pw

/*
Type /chrpw to open the table you can right click to copy the ascii value in decimal or hexadecimal and also change the font.

*/

10. februar 2010

$asize; Alias size

/*
$asize(text).[s]

returns the size of the alias , if the property s is used then it will also count spaces and linebreak.

Note: make sure the alias is not on a ini file.
*/

$gcd and $lcm ; greatest common divisor and least common multiple

/*

$gcd(n,m) the greatest common divisor of m and n
$lcm(n,m) the least common multiple of m and n

*/