The DataCAD Developer Network (DDN) is an online resource for information and support for DCAL® (DataCAD Applications Language) developers as well as anyone interested in creating fonts, toolbars, hatch patterns, or linetypes for use in DataCAD.
#19924 by devinder
Thu Feb 08, 2007 8:36 pm
A1) When DataCAD's stack becomes full (only when user stacks commands by pressing a key), DataCAD will pop out all stacks by calling Alast.

A2) It would be rare if DCAL macro will contain 100 states. 8101-8200 is the index allocated. Unless you use this index, this index will never be called. You can start your "Main" routine with this index and work downwards (8200,8199,8198) or use random indexes (8200,8150,8125,8168). You have full flexibility for which index to use for your state, but you are limited to this range only.

A3) DataCAD does that automattically when
Code: Select allretval := XDone

is encountered by DataCAD. You do not have to do anything special.

Who is online

Users browsing this forum: No registered users and 14 guests

About DataCAD Forum

The DataCAD Forum is a FREE online community we provide to enhance your experience with DataCAD.

We hope you'll visit often to get answers, share ideas, and interact with other DataCAD users around the world.

DataCAD

Software for Architects Since 1984