hi,
I have a database with version numbers in the form:
9.1.0
12.13.0
etc
I need to force digits into the field so that each version number is of the format xx.xx.xx
this would require forcing a '0' in FRONT of the first 'octet' (or whatever it is called for a three part number) and in each of the other 2 parts a '0' would have to be forced AFTER the existing number.
the script would, of course check for the presence of 2 digits beforehand.
is this possible? If so, can anyone show me how?
many thanks,
Matt
I have a database with version numbers in the form:
9.1.0
12.13.0
etc
I need to force digits into the field so that each version number is of the format xx.xx.xx
this would require forcing a '0' in FRONT of the first 'octet' (or whatever it is called for a three part number) and in each of the other 2 parts a '0' would have to be forced AFTER the existing number.
the script would, of course check for the presence of 2 digits beforehand.
is this possible? If so, can anyone show me how?
many thanks,
Matt