Code Red > AutoLISP (Vanilla / Visual)

read string..

(1/4) > >>

Andrea:
Hi all,

i'm trying to found a simple way to read the S1 value ?


--- Code: ---(setq S1 "User2\02\128\12\043\001\07")

!S1 = "User2\002\n8\n#\001\007"

(vl-string-search "128" S1) = nil
--- End code ---

any suggestions ?

FengK:
You mean (setq S1 "User2\\02\\128\\12\\043\\001\\07")?

daron:
Looks like you're trying to read an encrypted doc file.

Kerry:
What output do you expect ?


(eval S1)

--> "User2\002\n8\n#\001\007"

MP:
Sorry to be daft but what is your objective?

Navigation

[0] Message Index

[#] Next page

Go to full version