(container, row, col)
| 14887 | |
| 14888 | |
| 14889 | def EncodeRadioRowCol(container, row, col): |
| 14890 | RadValue = container * 100000 + row * 1000 + col |
| 14891 | return RadValue |
| 14892 | |
| 14893 | |
| 14894 | # ------- FUNCTION BuildResults. Form exiting so build the results to pass back ------- # |
no outgoing calls
no test coverage detected