Hello Guest it is April 19, 2024, 12:41:55 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SteveC00k

Pages: 1
1
VB and the development of wizards / Re: Debugging code
« on: December 22, 2017, 03:36:41 PM »
I look in the log file and it does not work.
What do I have to do to troubleshoot this?

2
VB and the development of wizards / Debugging code
« on: December 22, 2017, 03:09:45 PM »
Can someone please help me with this.
I am trying to debug and I am unable to get the vb script to output to the status line.
Just some sample code please.
Thanks.
Here is the code clip:
Code: [Select]
  ToolRadius = ToolDiameter / 2
  Message( "Tool Radius is " & ToolRadius )

Pages: 1