Jump to content

Recommended Posts

Posted

i am getting error below

error: bad argument type: fixnump: 4.0

 

in select objects when creating a block,

 

what could be wrong?

help me.

Posted

Post your codes to give us the chance to check them out for you .:)

 

TharwaT

Posted

thanks ,

 

i found out anyway ,it is problem with datatype

Posted

FYI:

 

When you see an error of the form:

 

error: bad argument type: <data type> : <value>

 

It means you have supplied a function with data of the wrong type.

 

The data required by the function is noted by the part of the error, hence:

 

'fixnump'  -  function requires integer argument
'stringp'  -  function requires string argument
'numberp'  -  function requires integer or real argument
etc 

 

And the part indicates the data that you have attempted to pass to the function which usually gives a good indication of where the code has failed.

 

Lee

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...