Quote Originally Posted by Gusse View Post
Code:
INCLUDE "..\incl\Variables_v0_1.pbp"
-Gusse-
I haven’t see the use of "..\" in an include before.
The next version of FL will add that.

Code:
INCLUDE "N-Bit_Math.pbp.txt" 'works OK
INCLUDE "E:\1PBP3\Nbit Math\N-Bit_Math.pbp.txt" 'works OK
INCLUDE "..\Nbit Math\N-Bit_Math.pbp.txt" 'not OK in this version of FL
Could you provide more examples of the exact include line to see if their are more unanticipated items?


Norm