Tera Term Macro Examples

Hi Enaiman, Thank you for your prompt reply. I have try to run to run that script, but I got the following error, Subscript used with non-Array variable.: For $i = 1 To $TTLarray[0] For $i = 1 To $TTLarray^ ERROR I try to search the remedy and found that removing the '[0]' works, but lead to other error as follow, Array variable subscript badly formatted.: ReDim $TTLvarArray[$aCounter][2] ReDim $TTLvarArray[^ ERROR It will be great if this script works in converting TTL to TXT! I'm looking forward, thanks. Will this help you? $string = ( 'Reading XnY.ttl.txt' ) $hex_x = ( $string, '(?s).*[^*]x ='([[:xdigit:]]+)'[^*]*', '$1' ) $hex_y = ( $string, '(?s).*[^*]y ='([[:xdigit:]]+)'[^*]*', '$1' ) $array_x = ( $string, 'sendln 'read 'x'([[:xdigit:]]+)', 3 ) $array_y = ( $string, 'sendln 'read 'y'([[:xdigit:]]+)', 3 ) $new = ' $i = 0 ( $array_x ) - 1 $new &= 'read ' & $hex_x & $array_x [ $i ] & $i = 0 ( $array_y ) - 1 $new &= 'read ' & $hex_y & $array_y [ $i ] & $hFile = ( 'My Desire Output.txt', 2 ) ( $hFile, $new ) ( $hFile ) Br, UEZ Edited April 11, 2011 by UEZ. Will this help you?

D 76275 usb driver. $string = ( 'Reading XnY.ttl.txt' ) $array = ( $string, '(x =')([[:xdigit:]]+)[']', 3 ) $hex_x = $array [ 1 ] $array = ( $string, '(y =')([[:xdigit:]]+)[']', 3 ) $hex_y = $array [ 1 ] $array_x = ( $string, 'sendln 'read 'x'([[:xdigit:]]+)', 3 ) $array_y = ( $string, 'sendln 'read 'y'([[:xdigit:]]+)', 3 ) $new = ' $i = 0 ( $array_x ) - 1 $new &= 'read ' & $hex_x & $array_x [ $i ] & $i = 0 ( $array_y ) - 1 $new &= 'read ' & $hex_y & $array_y [ $i ] & ( $new ) Br, UEZ Oops, UEZ. I'm too into the Enaiman script and didn't notice that you have posted the reply. Thank you for help. I try to run your script, but nothing happen. I notice a console write at the end of,that writes data to the STDOUT stream. But I don't understand how to exact the data. Please advise and thank you for your help.

Tera Term Macro Examples

Tera Term Serial Macro Example In Excel. 3/7/2017 0 Comments. Remember that the VBA in Excel is rather an interpreter than a compiler.

Related Post