Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiple lines of text are split and assigned to multiple variables
#2
Code:
Copy      Help
_s=
;abc
;
;abcdef
;
;
;-------------------------------
;ghi
;
;ghij
;
;
;ghijk
;-------------------------------
;lmn
;
;lmno
;
;pq

str s1 s2 s3
tok _s &s1 -1 "-------------------------------"
out s1
out s2
out s3


Messages In This Thread
RE: Multiple lines of text are split and assigned to multiple variables - by Kevin - 08-30-2022, 01:09 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)