Author Topic: What meaning that  (Read 2175 times)

0 Members and 1 Guest are viewing this topic.

Adesu

  • Guest
What meaning that
« on: December 22, 2006, 01:12:48 AM »
Hi Alls,
I just check my code with Tools > check code in Editor,here that data
Code: [Select]
[CHECKING TEXT 0111-Registration of Drawing From Drawing Sheet to Database.LSP loading...]
.
; === Top statistic:
; Function definition (with number of arguments): ((DXF . 2))
.
; === Top statistic:
; Global variables: (E1 E2 E3 E4 E5 FOL GSTR LAST_NUM LST NUM OFOL RL STR1 STR2 STR3 STR4 STR5)
; Function definition (with number of arguments): ((C:RDFDSD . 0))
; Check done.
My question is what meaning of ". 0" and ".2",second number of ((C:RDFDSD . 0)),
((DXF . 2)).
Does anyone know about that,thanks for your help.

ElpanovEvgeniy

  • Water Moccasin
  • Posts: 1569
  • Moscow (Russia)
Re: What meaning that
« Reply #1 on: December 22, 2006, 01:28:04 AM »
("Function definition" . "with number of arguments")
DXF = name function
2 = quantity of arguments

Adesu

  • Guest
Re: What meaning that
« Reply #2 on: December 22, 2006, 02:28:07 AM »
Hi Elpanov,
Oh.. I see,especially if that code have global variable/local variable not yet register in (),thanks I now understand,thanks.

("Function definition" . "with number of arguments")
DXF = name function
2 = quantity of arguments