I am trying to append data to block
from Red/System.
Red []
my-red-block: ["some text"] ; some already existen data in block
foo: routine [
blk
]
[
block/rs-append as red-block! blk as red-value! unicode/load-utf8 "new text" size? "new text"
]
foo my-red-block
print my-red-block
I decided to pass block
to routine
end modify it there.
I am getting error:
*** Runtime Error 1: access violation
*** at: 630EB4DFh