Forum Discussion

littlebear's avatar
littlebear
Occasional Contributor
10 days ago

String Variable not including necessary newline characters (/n)

Hello everyone, I have started using variables in my test checkpoints, and I have run into the following problem, the solving of which I would really appreciate. I am testing to see whether the tex...
  • Hassan_Ballan's avatar
    10 days ago

    From my experience when \n exist in your text to move around as you are doing, you face restrictions as you experience.

    A suggestion, in your case would it be possible to use two variables?
    Read from page A element and save to variable A.
    Read from page B element and save to variable B.
    Compare variable A with Variable B.

    Hope that helps.