Search results

  1. fearoffours

    Strange behaviour with replace()

    To clarify the expected and actual behaviour: If the user inputs: Line 1 Second Line This is the Third Line I would like the output to be: • Line 1 • Second Line • This is the Third Line But the output is actually: • • Second Line • This is the Third Line
  2. fearoffours

    Strange behaviour with replace()

    Well, I'm sure it's not that strange, and merely just that in all tghe cutting and pasting of other peoples example code I have somewhere along the lines managed to make a small error in my coding! I have a memo field "Notes" on a form. I want every new line in this field to be preceded by a by...
Back
Top Bottom