[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Removing newline character



PureBytes Links

Trading Reference Links

I am looping through csv file and parsing a data and  I forgot about
newline characters that fgets includes.. so I am trying to remove it
now..
would I basically do:
if (StrRight(temp_row,2)=="\n")
..then.. get  the length etc and use StrMid

or is there a simpler way or a built-in function?

Tks/PKJR