Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiline string in ini file
#1
Is it possible to save (rset) in a ini file a multiline string?
#2
Macro Macro2539
Code:
Copy      Help
str s1 s2
s1=
;line1
;line2
;line3

s1.escape(1)
rset s1 "x" "test" "$temp$\test.ini"

rget s2 "x" "test" "$temp$\test.ini"
s2.escape(0)
out s2
#3
Dear Gintaras,

Many thanks indeed!


Forum Jump:


Users browsing this thread: 1 Guest(s)