Author Topic: GetRam | GetFreeRam  (Read 4174 times)

0 Members and 1 Guest are viewing this topic.

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: GetRam | GetFreeRam
« Reply #15 on: April 25, 2010, 12:48:08 PM »
(type "test")
(type (car (entsel)))
(type '(1 2 3))
(type 1.25)
(type 1)
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: GetRam | GetFreeRam
« Reply #16 on: April 25, 2010, 12:49:04 PM »
Use the type function:

(type 42) => 'int
(type 42.0) => 'real
(type "42") => 'str

etc.

edit: gat damn I type too slow
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

HasanCAD

  • Swamp Rat
  • Posts: 1422
Re: GetRam | GetFreeRam
« Reply #17 on: April 25, 2010, 12:53:57 PM »
MP
You have to get more practises in typing  ;-)

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: GetRam | GetFreeRam
« Reply #18 on: April 25, 2010, 01:08:37 PM »
edit: gat damn I type too slow
Post ninja strikes again!
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: GetRam | GetFreeRam
« Reply #19 on: April 25, 2010, 02:29:54 PM »
 :-D
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

JohnK

  • Administrator
  • Seagull
  • Posts: 10648
Re: GetRam | GetFreeRam
« Reply #20 on: April 25, 2010, 06:15:31 PM »
> post ninja

*rofl*
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: GetRam | GetFreeRam
« Reply #21 on: April 25, 2010, 07:34:18 PM »
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox