lisp2arx
Visual Programming for AutoLisp
Mathématiques en programmation Lisp..
doc2cpp,doc2lsp, sld2lsp, bmp2dcl,
free__GifCcapture for all-CAD'platforms..
|
Nou pe simpatie: deea43 la Simpatie.ro
 | Femeie 24 ani Timis cauta Barbat 25 - 56 ani |
|
|
lisp2arxReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
adminAdministratorDin: Bucharest
Postari: 523
|
|
;;Inp:t025:tchar=%s ;;Out:rr:tchar=%s ;;Inf: You use operator %%[variabile_with_type_string] for read values from memory
;; Here is Corectly_Puiudani.DCL file
Code:
dfn_dcl_fileview : dialog {
label = "%%[dL]";
initial_focus = "1";
column {
: list_box {
label = "%%[fN]";
mnemonic = "L";
key="1";
height = %%[(itoa h)];
width =%%[(itoa w)];
}
}
ok_only;
} |
(Defnn t025explanation (/ rr h w fn) (setq fn "MyName is PuiuDani.dcl" h 10 w 10 dl "tedi" ) ;; VLaxCompiler Begin : (setq t025 (strcat t025 "dfn_dcl_fileview : dialog {\nlabel = \"" dL "\";\ninitial_focus = \"1\";\n: column {\n : list_box {\n label = \"" fN "\";\n mnemonic = \"L\";\n key=\"1\";\n height = " (itoa h) " ;\n width =" (itoa w) " ;\n }\n }\n ok_only;\n" ) t025 (strcat t025 "}" ) ;; VLaxCompiler End : )
(Defun str_princ (a101 / a g) (if (dfn_var_isstr a101) (princ a101) (progn (if (= (car a101) nil) (setq g (textscr) a101 (cdr a101) ) ) (foreach a a101 (princ a)) ) ) 0 )
(Defun dfn_var_isstr (a094 / rr) (setq rr (if (= (type a094) (quote STR)) a094 nil ) ) rr )
_______________________________________ http://www.puiubrat.3x.ro/lisp2arx/lisp ... O2UTM2.pdf
|
|
| |
|