Message 1 of 5
How hidden author name inside TEXT?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi developer of VLISP
I have this VLISP (notI am author).
(defun c:LSP2FAS-Help (/)
(alert (strcat
"\tLisp (LSP) to Fast and Secure (FAS) Help"
"\nFile dialog begins in the current directory. "
"\nIt is suggested to place and open a drawing (DWG) "
"\ninside the input folder you wish to batch process. "
"\n "
"\nOutput file will be in the same folder as the file selected. "
"\n "
"\nThere is no provisional check for an existing FAS file of the same name. "
))
I need , how to replace the TEXT ""\nThere is no provisional check for an existing FAS file of the same name. " , trasnform
newTEXT ++ with key-decode ("Author=baitang2022").
(Defun str_reverse(newtext keycode / $rr item com1 com2 itee)
(setq com1 (vl-list-translate newText)
com2 (vl-list-translate keycode)
(setq $rr nil)
(foreach item com1
(foreacm itee com2
(setq $rr (xor item1 itee
..............
))
(setq return (vl-translite-list2string $rr)
)