Jump to content

How to but this list in a table?


asos2000

Recommended Posts

Hi all

 

lets ask the question in other way

 

I have a list and want to but it in a table

How is this?

(setq curStr (strcase (strcat num:Pref(itoa num:Num)num:Suf))) ; point number in sequence 
(setq Tbl:ins (getpoint "\nPick Table insertion point ")) ; table  
insertion point
(setq tLst (list (1 0 "Point") ; 1st column has athe point number
                      (1 1 "X") ; 2nd
                      (1 2 "Y") ; 3rd
                      (1 3 "Remarks") ; 4th
                      ) ;I dont know if this list strucutre correct or not.
        ) ; end setq

 

Thanks all

Link to comment
Share on other sites

alanjt thanx for that short and very useful answer.

 

I hate it when that happens :geek:

 

Lee

eeeemmm

what are you hate?

Link to comment
Share on other sites

alanjt

 

Realy you solved a big problem for me, every time I tried to study AddTable and hit the wall using my head to understand but in vane.

 

And you paste the table in a very simple way to be able to study and understand

 

I hope that this is to be the way of the great coder in this forum and other farums to add a simple example for each complex (for the beggner same as me)code in a simple way like this one.

 

One of the file I usualy use is entamke forLEE and other one for CAB (theswamp.org).

 

Finaly thanks for each one helping the others

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...