Opened 17 years ago
Last modified 15 years ago
#598 assigned defect
Chart and GCFFile
| Reported by: | Alfredo Torre | Owned by: | livan |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Graphics | Version: | head |
| Severity: | major | Keywords: | |
| Cc: | jlaybar |
Description
I understand that GCFFile is the variable in TOLBase to control which gcf must use TOLBase to chart i.e. a set of series.
Please, try to run the next TOL CODE
(file C:/Archivos de programa/Bayes/gcf/gcf001.gcf is needed):
Text GCFFile_old = Copy(GCFFile);
Set Chart(SetOfSerie(DiasDelMes), "");
Text GCFFile := "C:/Archivos de programa/Bayes/gcf/gcf001.gcf";
Set Chart(SetOfSerie(DiasDelMes), "");
It generates two graphs. Both are charted using the same GCF (GCFFile_old).
How can one user control which GCF is going to use TOLBase?
Change History (2)
comment:1 Changed 17 years ago by
| Owner: | changed from jgarcia to livan |
|---|---|
| Status: | new → assigned |
comment:2 Changed 15 years ago by
| Priority: | highest → high |
|---|
