Hi i have problem with separating Character from string,
e.g:
dim S as string
dim k as string
S="23 * 12 UBV 100";
how to i get output k="UBV"
Its mean only char set if together then i want to put in other variable,
any idea how to I start this.... Thx very much
e.g:
dim S as string
dim k as string
S="23 * 12 UBV 100";
how to i get output k="UBV"
Its mean only char set if together then i want to put in other variable,
any idea how to I start this.... Thx very much
Comment