View Single Post
  #1  
Old 11-12-2017, 01:34 PM
kdpederson kdpederson is offline
Registered User
 
Join Date: Jan 2014
Location: Iowa
Posts: 10
Exclamation HELP! First Lisp Program & of Course Running into Errors

All,

This is my first attempt at writing a Lisp program. I'm using Notepad++
I have added all of Parker O-ring handbook data for Industrial O-Rings. My goal Would be to have Variables of inside diameter, and cross section for custom Orings, but being able to click on either variable to bring a logical table to select a defined "Dash number" from there it would create a workplane, create a 2d circle, revolve the cross section ,delete the workplane, change the color of the part to black and Density to Nitrile. I have been continuously loading to check if the lisp works before adding more data, so before I could even get to the workplane and such I get an error "Odd Length of keyword-value pair list in ORING-CREATOR: (DIALOG-TiTLE..

I have attached the Code and Image of the Error.

Updated the Code with Marten Comments from Below.
Attached Thumbnails
Click image for larger version

Name:	Oring_Error.jpg
Views:	433
Size:	24.3 KB
ID:	1963  
Attached Files
File Type: lsp O-RING.lsp (17.7 KB, 473 views)

Last edited by kdpederson; 11-13-2017 at 10:23 AM.
Reply With Quote