Jump to content

Search the Community

Showing results for tags 'setq'.

  • Search By Tags

    • setq ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 2 results

  1. Hi, I'm trying to query the variable "Weight" and if it has the content "50" I want to define a new variable: "Stamp" with the content "internal". Is WCMATCH the right command for this? (if (= wcmatch Weight "50") (progn (setq stamp "intern"))) (princ)
  2. Why this simple command is not working? (setq p (* (/ 1 12.0) e)) e=16.9988 (Returns p=0.0 )
×
×
  • Create New...