asos2000 Posted April 13, 2010 Posted April 13, 2010 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 Quote
alanjt Posted April 13, 2010 Posted April 13, 2010 http://www.theswamp.org/index.php?topic=33023.new#new Quote
Lee Mac Posted April 13, 2010 Posted April 13, 2010 http://www.theswamp.org/index.php?topic=33023.new#new I hate it when that happens Quote
asos2000 Posted April 13, 2010 Author Posted April 13, 2010 alanjt thanx for that short and very useful answer. I hate it when that happens Lee eeeemmm what are you hate? Quote
alanjt Posted April 13, 2010 Posted April 13, 2010 alanjt thanx for that short and very useful answer. You're welcome. Quote
Lee Mac Posted April 13, 2010 Posted April 13, 2010 Leeeeeemmm what are you hate? Its annoying when you answer the same question on both forums - don't worry, its just me being petty Quote
asos2000 Posted April 13, 2010 Author Posted April 13, 2010 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 Quote
alanjt Posted April 13, 2010 Posted April 13, 2010 HaHa, glad it helped. I'd never created/edited a table (don't use them), so it was a learning experience for me. Quote
Recommended Posts
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.