04-13-2007 05:20 AM
04-13-2007 06:09 AM
You can change the string to a number (must be a U32, U16 or U8) and then change the radix on your indicator to show the number as binary. Change the radix by right clicking the indicator and selecting properties. Under the format and precision tab, you can select binary.
The function you require for performing the mod on a number is located in the numeric pallet and is called quotient & remainder.