Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple Question
#1
I have a text box in a program that I want to paste variables into with line breaks. The enter key triggers the OK button. I can paste an line break into the text box...so my first way is to format the variable in a notepad file the way I want and copy and paste.

I would really like to know how I could assign a line break to a variable...that would essentially paste in the return. Basically using the outp command to my advantage by pasting the return every time I need a line break.

You get what I mean?
#2
Never mind Ctr+Enter works...All good.
#3
Code:
Copy      Help
str s ss sss
s="Hi"
ss="There"

sss.formata("%s[]%s" s ss) ;; [] is line break
out sss


Forum Jump:


Users browsing this thread: 1 Guest(s)