Jump to content

Memo and selected text


delagoutte

Recommended Posts

Hello,

i must implement a function that must work on a selected text in a memo.

for exemple if i have this in a unimemo

1 - Montext1
2 - Montext1
3 - Montext1

i select the text "Montext1" of the second line, i call a function that replace number from a string by @

result :

1 - Montext1
2 - Montext@
3 - Montext1

how can i do a thing like this (the function that change the selected text must be in seerver side )?

 

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

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