Quantcast
Channel: MCS Electronics Forum
Viewing all articles
Browse latest Browse all 20563

BASCOM-AVR Old versions : problem with $bigstring and instr() : REPLY

$
0
0
This was my suggestion. You will need to experiment to make it work for your purposes. [code:1:e8d6dbd290]$regfile = "m128def.dat" $crystal = 8000000 $baud = 38400 $hwstack = 128 $swstack = 64 $framesize = 128 $sim $bigstrings Dim Mr_big As String * 500 , Big_byte(500) As Byte Dim Sons_of_big(5) As String * 100 At Mr_big Overlay Mr_big = "12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890" Mid(sons_of_big(1) , 33 , 5) = "ABCDE" Print Mr_big End[/code:1:e8d6dbd290]

Viewing all articles
Browse latest Browse all 20563

Trending Articles