PDA

View Full Version : How to use "(use-package :oli)" ?


aris63
01-08-2003, 09:28 PM
Command Syntax (use-package :oli)

only "oli" ? or more
Who can hlep me

thanks

(My english is bad) Sorry !

Markus
01-08-2003, 10:00 PM
What is your intention?
Do you want to write your own LISP code using API function described in the Integration Kit manual? If that is the case you should start your LISP source file with something like this:

(in-package :my-package)
(use-package :oli)

where "my-package" could be any unique name, e.g. your company name.

Hope this helps.

Markus

aris63
01-08-2003, 10:50 PM
you misapprehend my meaning

(in-package :my-package)
(use-package :oli) <---this "oli" If it in "Sheetmetal" modul

The "oli" will from "oli" changed to other ?

Markus
01-09-2003, 09:40 PM
I'm sorry, I really don't understand your question. Could you please explain your issue a little more? What in particular do you want to achieve?

Thanks,
Markus