Message 1 of 3
Pure newb need help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone!
My boss asked me to create new command from a custom script that we already have and paid 50.000$ this is really huge and i have no knowledge of VB i only did some basic macro command for him, now he think i'm a coder.
Anyway i told him i will give a try.
Basicly the main menu call a window where we set parameter for quotation.
eg: text height, size, layer etc...
he want me to create new button that will automaticly set the setting for each button
eg: button 1
call the quotation command with size=2" height=7.5
button 2
call the quotation command with size=4" height=7.5
etc...
actually i managed to replace the "get info from forms" of some variable by my custom number.
but im stuck at;
CodeLigne = 1¼"
how do i set this size?
my next step will be to create a new sub for every constant i want to create since i have no idea how to set a VB variable from LISP
thanks for the help!
My boss asked me to create new command from a custom script that we already have and paid 50.000$ this is really huge and i have no knowledge of VB i only did some basic macro command for him, now he think i'm a coder.
Anyway i told him i will give a try.
Basicly the main menu call a window where we set parameter for quotation.
eg: text height, size, layer etc...
he want me to create new button that will automaticly set the setting for each button
eg: button 1
call the quotation command with size=2" height=7.5
button 2
call the quotation command with size=4" height=7.5
etc...
actually i managed to replace the "get info from forms" of some variable by my custom number.
but im stuck at;
CodeLigne = 1¼"
how do i set this size?
my next step will be to create a new sub for every constant i want to create since i have no idea how to set a VB variable from LISP
thanks for the help!