#379 closed defect (fixed)
Problem when including a text
Reported by: | Christian Paz | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Various | Version: | head |
Severity: | critical | Keywords: | |
Cc: |
Description
Define the following function in tol:
Date FunXX ( Set unused ){Set CreaInpLin = IncludeText("Set
Include(\"C:/aa.tol\");");y2005};
and call it:
Date a =FunXX (Copy(Empty));
TOL crashes..., wether the file exists or not. I know this is not a very clean
way of programming, but SADD implements these kind of things.
Thanks!
Change History (5)
comment:1 Changed 19 years ago by
Owner: | changed from danirus to Víctor de Buen Remiro |
---|
comment:3 Changed 19 years ago by
Status: | new → assigned |
---|
comment:5 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000379 |
---|
Note: See
TracTickets for help on using
tickets.
I cannot reproduce this bug. I suposse that it's already corrected in my local
source and I'm going to commit the CVS now. Then I will notify to try it.
Thanks to report it