2014-12-16 22:31 UTC
[search comment] localize = localise
Should/can Autolisp Event function names be localized ?
Is there a definitive article somewhere regarding this.
ie:
(defun c:doit( /
*error*
c:3D-Plate/F#OnInitialize
;; variables
local-varThingy
)
(defun c:3D-Plate/F#OnInitialize (/)
(dcl-MessageBox "To Do: code must be added to event handler\r\nc:3D-Plate/F#OnInitialize" "To do")
)
(princ)
)
(princ)
Any specific recommendations, warnings, best practice
Regards,
Should/can Autolisp Event function names be localized ?
Is there a definitive article somewhere regarding this.
ie:
(defun c:doit( /
*error*
c:3D-Plate/F#OnInitialize
;; variables
local-varThingy
)
(defun c:3D-Plate/F#OnInitialize (/)
(dcl-MessageBox "To Do: code must be added to event handler\r\nc:3D-Plate/F#OnInitialize" "To do")
)
(princ)
)
(princ)
Any specific recommendations, warnings, best practice
Regards,