Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tell me if you've seen it too : string in a array

Status
Not open for further replies.

tyris

Programmer
Nov 2, 2000
311
FR
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top