Defining different Excel folder from the same LISP

Defining different Excel folder from the same LISP

sanju.p
Enthusiast Enthusiast
616 Views
1 Reply
Message 1 of 2

Defining different Excel folder from the same LISP

sanju.p
Enthusiast
Enthusiast

Hi everyone,

 

I am trying to define different excel folder with the variable name from the same LISP.

Is it possible to define.

If so, please share the code.

 

Thanks in advance

Sanjeev

0 Likes
617 Views
1 Reply
Reply (1)
Message 2 of 2

sanju.p
Enthusiast
Enthusiast

Method I am trying,

 

  (setq
    n(getint"\nEnter serial number:")
    exc(strcat "SAN-"n"")
    )

      (setq f (open "d:\\"exc".xls" "a"))
      (write-line s1 f)

0 Likes