First post.
Need to get LUN ID from a Disk UID
initial DISK UID is a string of around 20 odd characters. I only need the last 6 which i can do.
but then i need to convert that 6 digit string into a 3 character string. like so
initial 6 digit string
3 4 4 5 3 4
only intrested in characters 2 4 and 6, now if the number proceeding the character i want is a 3 then the character i want is a number, if the proceeding number is a 4 then it is alphabetical.
so 3 4 4 5 3 4 becomes - 4E4
how would i fabricate a formula to sort this out for me?
any help appreciated.
Dorse411
Need to get LUN ID from a Disk UID
initial DISK UID is a string of around 20 odd characters. I only need the last 6 which i can do.
but then i need to convert that 6 digit string into a 3 character string. like so
initial 6 digit string
3 4 4 5 3 4
only intrested in characters 2 4 and 6, now if the number proceeding the character i want is a 3 then the character i want is a number, if the proceeding number is a 4 then it is alphabetical.
so 3 4 4 5 3 4 becomes - 4E4
how would i fabricate a formula to sort this out for me?
any help appreciated.
Dorse411