Hi Friends,
Suppose, if string is
Dim str as String = "2 hand 10 fingers 1 head"
I would like to print the sentence as "0.0#2 hand 0.01#0 finger 0.0#1 head"
ie each number in string should be replaced as 0.0#number
Can anybody help me with this... ?
Thanks!
Basky
Suppose, if string is
Dim str as String = "2 hand 10 fingers 1 head"
I would like to print the sentence as "0.0#2 hand 0.01#0 finger 0.0#1 head"
ie each number in string should be replaced as 0.0#number
Can anybody help me with this... ?
Thanks!
Basky