Jump to content

Set variable from text


carmelo

Recommended Posts

2 minutes ago, carmelo said:

Now is perfect!

wow...you didn't stop until you totally solved the problem! You are a great men 🏆

Thank you very much 

 

Excellent, you are welcome anytime. :) 

  • Like 1
Link to comment
Share on other sites

@Tharwat Perhaps a bit simpler? ( based on example drawing )

(defun cmts (str)
  (if (and (wcmatch str "*{*;*}")
	   (setq str (substr str (+ 2 (vl-string-position (ascii ";") str 0 t))))
      )
    (substr str 1 (vl-string-position (ascii "}") str))
    str
  )
)

 

  • Like 1
Link to comment
Share on other sites

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