Oldbloke
Aerospace
- Oct 28, 2004
- 3
We have a standard series of parts which use an alphanumeric string to identify them.
There are four characters within this string which are numeric, the first two denote the bore size in millimetres and the second two denote the length in millimetres.
We want to be able to pull apart the string that defines the part and have the program automatically size the part by reading the numeric text as numbers. (a reverse of itos really).
There are four characters within this string which are numeric, the first two denote the bore size in millimetres and the second two denote the length in millimetres.
We want to be able to pull apart the string that defines the part and have the program automatically size the part by reading the numeric text as numbers. (a reverse of itos really).