hi all,
tell me, i have a string (or many strings) in a array.
those strings can contain a carriage return characters. i can't put \n in it, but it seems that the array only support '\n' and not the character number 13(that is carriage return character in ascii code).
have you already seen this ? is it normal that Ascci code 13 is not alowed in an array containing string ? Best regards X-),
Elise
tell me, i have a string (or many strings) in a array.
those strings can contain a carriage return characters. i can't put \n in it, but it seems that the array only support '\n' and not the character number 13(that is carriage return character in ascii code).
have you already seen this ? is it normal that Ascci code 13 is not alowed in an array containing string ? Best regards X-),
Elise