Opened 19 years ago
Closed 19 years ago
#380 closed defect (duplicate)
Problem when including a text
Reported by: | Christian Paz | Owned by: | danirus |
---|---|---|---|
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 (2)
comment:1 Changed 19 years ago by
comment:2 Changed 19 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
I don't know way this is a new bug because is the same bug as 379.
* This bug has been marked as a duplicate of 379 *
Note: See
TracTickets for help on using
tickets.
The more strange thing is that it only fails when it is inside a function. When
I call directly, it works correctly