Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IStringMap multi-line string of key-values
#5
in first method your format is incorrect

should be

str Av=
 "1 hello
 1 world"

str B="2 key"
str Bv=
 "2 hello
 2 world"

str C="3 key"
str Cv=
 "3 hello
 3 world"

second method will work as well


Messages In This Thread
RE: IStringMap multi-line string of key-values - by Kevin - 11-08-2022, 04:06 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)