kalai Posted May 12, 2011 Posted May 12, 2011 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. Quote
Tharwat Posted May 12, 2011 Posted May 12, 2011 Post your codes to give us the chance to check them out for you . TharwaT Quote
kalai Posted May 12, 2011 Author Posted May 12, 2011 thanks , i found out anyway ,it is problem with datatype Quote
Lee Mac Posted May 12, 2011 Posted May 12, 2011 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 Quote
pBe Posted May 13, 2011 Posted May 13, 2011 and of course there is this: http://lee-mac.com/debugvlide.html Lee, kudos on your website 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.