TIB: string to variable


[Prev][Next][Index][Thread]

TIB: string to variable



How would I convert  A+B+C+D+E into a variable named HELLO if my program
looks  like this:

"H"->A
"E"->B
"L"->C
"L"->D
"O"->E

If I type A+B+C+D+E=6 or 6->A+B+C+D+E at the end of the program then I
get a Error 10 data type message.


Follow-Ups: References: