Hello Guest it is April 16, 2024, 04:42:35 AM

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.


Topics - SteveC00k

Pages: 1
1
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