TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: baitang36 on July 29, 2021, 03:39:49 AM

Title: How does a string become a table?
Post by: baitang36 on July 29, 2021, 03:39:49 AM
I have a problem. How does a string become a table?

For example, the string  "((0.14) princ \" function test! \ ")"

Need to become table '((0.14) princ "function test!"))
Title: Re: How does a string become a table?
Post by: kpblc on July 29, 2021, 03:55:54 AM
Do you mean
Code - Auto/Visual Lisp: [Select]
function?
Title: Re: How does a string become a table?
Post by: baitang36 on July 30, 2021, 01:18:51 AM
Do you mean
Code - Auto/Visual Lisp: [Select]
function?
thank you