![]() |
|
|
|
|
|
|
|
|
4
29th August 10:45
External User
Posts: 1
|
Hi Ivan
Using Evaluate as Randy says is the right way: loop i# = 1 to len(HexString) by 2 MyString = clip(MyString) & chr(evaluate('0' & HexString[i#,i#+1] & 'h')) End!Loop If the Evaluate cant handle the string manipulating, the evaluate on an implicit: CheckStr" = '0' & HexString[i#,i#+1] & 'h' Evaluate(CheckStr") Will give you the converted Decimal -- Ole-Morten Heien HD Software www.hdsoftware.no Mail: o-m<RemoveToMailMe>heien@hdsoftware.no ICQ: 72785878 MSN: spam@hdsoftware.no |
|