Where do the output from PRINT statement go?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-09-23 11:49 AM
2009-09-23
11:49 AM

4 REPLIES 4
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-09-23 12:18 PM
2009-09-23
12:18 PM
Hi Anne,
You can place the PRINT command right after the script you suspect there is the source of the problem. If its a loop sequence, then place it inside the loop and the PRINT command will generate a window with the variables instance values... like:
You can place the PRINT command right after the script you suspect there is the source of the problem. If its a loop sequence, then place it inside the loop and the PRINT command will generate a window with the variables instance values... like:
PRINT MyFlopyVarX, MyFlopyVarYHTH.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-09-23 12:41 PM
2009-09-23
12:41 PM
Anne wrote:The result of a PRINT statement should be a message box that appears and shows what you included in the PRINT statement. You then have to OK the Message Box for the script to continue.
I'm trying to script a an object in gdl. Now I've generated some coordinates that gives me a problem. I get a run-time error. The problem is, I can't inspect them. I try to use a PRINT statement, but I do not find the output. Please help me before I tear all my hair off
Loving Archicad since 1995 - Find Archicad Tips at x.com/laszlonagy
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac28
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac28
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-09-23 12:44 PM
2009-09-23
12:44 PM
Hi Anne,
please check the "Interrupt with error massages" or the "Write Report" checkboxes in the Work enviroment. These have to be check in.
please check the "Interrupt with error massages" or the "Write Report" checkboxes in the Work enviroment. These have to be check in.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-09-23 01:26 PM
2009-09-23
01:26 PM
That helped. I had unchecked the "Interrupt with error messages", so that was the reason why I could not see the output. So thank you very much
