Posted by: Markus S
Can anybody help me to read a whole actionblock?
I tried to do this by Loop with aActionBlock.Next() and taking the text with
aActionBlock.Text()
My problem is that I loose all indent lines from the actionblock. So I just
get all the IFs and ELSEs but not the content of them.
Do have an idea how to write a recursive function which goes through each
line and write the text into a string variable?
Thanks
Markus