deleted by uploader

For general discussion related FlowStone
Post Reply
User avatar
tiffy
Posts: 400
Joined: Wed May 08, 2013 12:14 pm

deleted by uploader

Post by tiffy »

deleted
Last edited by tiffy on Mon Aug 24, 2015 7:50 pm, edited 1 time in total.
KG_is_back
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

Re: WHAT AM I DOING WRONG HERE ?

Post by KG_is_back »

Just as I suspected... source contains additional "newline" character at the end ( newline character is made of two "\r\n") which is not visible. That means the first source is also two chars longer (74). string prim unlike text prim doesn't display newlines, therefore they are not even copied from it = copy of source 1 is equal to source 2

The best solution to this would be to track where the newline is added and prevent that from happening. Alternatively you may use "string section" prim to force source1 be the same length as source 2 (effectively removing the "\r\n")
User avatar
tiffy
Posts: 400
Joined: Wed May 08, 2013 12:14 pm

deleted by uploader

Post by tiffy »

deleted
Post Reply