I am having trouble working out how to create a fixed length string.
I have a need to create a NSString that has a maximum number of characters of 12.
If I assign a sting that has 6 characters then the balance of the would need to be 6 blank spaces for example.
Is this at all possible or will it always be trimmed.
Pete
I have a need to create a NSString that has a maximum number of characters of 12.
If I assign a sting that has 6 characters then the balance of the would need to be 6 blank spaces for example.
Is this at all possible or will it always be trimmed.
Pete