Hey, can anyone help me with a little bit of tcl....
i have a number, say 659, and i want to take off as many times 256 as possible. And i want the rest put in a variable....
example 1:
659 is the start number....
659 - 256 - 256 = 147. Place 147 (the rest) in a variable.
example 2:
1435 is the startnumber....
1435-256-256-256-256-256 = 155. Place 155 (the rest) in a variable.
Anyone got an idea how i do this in tcl?