I can't really post example code right now because
my program is around 1300 lines long and I haven't
gotten the same result from isolating anything. I'm
just wondering if this is a known bug or if anyone
has experienced this before. I'm using pb 3.1 and
the function where the error occurs is recursive.
When I place the variable 'inif', which is an integer,
in the watch window and then step through the program
I get:
inif: Syntax Error
this occurs with a few different variables, but not
all. Thanks for any help. If I can isolate some
code that causes the same problem, I'll post it.
------------------
my program is around 1300 lines long and I haven't
gotten the same result from isolating anything. I'm
just wondering if this is a known bug or if anyone
has experienced this before. I'm using pb 3.1 and
the function where the error occurs is recursive.
When I place the variable 'inif', which is an integer,
in the watch window and then step through the program
I get:
inif: Syntax Error
this occurs with a few different variables, but not
all. Thanks for any help. If I can isolate some
code that causes the same problem, I'll post it.
------------------
Comment