Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
copy for QM forum bug
#1
there seems to be a bug when using this feature to copy a multiline string that has tab in-between the text. It adds an extra space to that line.
using copy for qm forum
 
Code:
Copy      Help
str s=
;1 normal
;2 disabled
;3 checked
;-
;4 radio group
;5 radio group, checked
;6 radio group
;-
;7 delete
;8 delete
;9 delete
;10 bold
;11 left-text    right-text
 
using bbcode

str s=
;1 normal
;2 disabled
;3 checked
;-
;4 radio group
;5 radio group, checked
;6 radio group
;-
;7 delete
;8 delete
;9 delete
;10 bold
;11 left-text    right-text
#2
Forum software replaces tabs with spaces. I cannot prevent it.

Avoid posting code with literal tabs in strings. Convert the string to "text[9]text[]line2".


Forum Jump:


Users browsing this thread: 1 Guest(s)