Hi Raj,
Thanks for the code.I got an idea from your reply.
I am using the following code and I got the result
Thanks for your time.
Thank You.
Uma
Thanks for the code.I got an idea from your reply.
I am using the following code and I got the result
Code:
MyString=len(UIBedResult)
Print MyString
Temp=Split(UIBedResult,"",-1,1)
Value_0=Temp(0)
Bed=mid(Value_0,5,1)
Print Bed
Thank You.
Uma