Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can "Visual-Lisp compilator" replace string1 with string2 ?

0 REPLIES 0
Reply
Message 1 of 1
diagodose2009
243 Views, 0 Replies

Can "Visual-Lisp compilator" replace string1 with string2 ?

Happy new year….

Can "Visual-Lisp compilator" replace  string1 with  string2 when compilation process is activate?

The string1 is “C:/VLAXCOMPIL/0User/acutads12.fas'.

The string2 is  “acutads12.fas”.

Can "Visual-LISP compilator"   replace string1  with string2 in automatic  mode?

E.g in C++ARX , exist directive #defun, #pragma……..

E.g. in delphi {$if} …{$else} ………{$endif}

Smiley Happy

 

 

 

[source=vlisp]

(alert "You replace\n\t'C:/VLAXCOMPIL/0User/acutads12.fas'\n\t\twith'acutads12.fas' when you compile to .VLX")

(Defun pp_asdk_cdibdata( / rr)

  (load "C:/VLAXCOMPIL/0User/acutads12.fas") 

  (setq rr (quote dfn_180fb65d23cbfa7d0ab43d7a141d8c39))

;;Inf:for the current resolution at display SVGA

;;   (DrawBitmap nil  160 51  rr) 

;; Please 160x51(bellow) for display resolution 1024x768

  (DrawBitmap nil 160 51 rr) 

 rr)

[/source=vlisp]

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost