Author Topic: New Line not working?  (Read 404 times)

What's wrong with this line of code?

Code: [Select]
%clanList = %clanList @ $warriorClan[%i] NL;

What's wrong with this line of code?

Code: [Select]
%clanList = %clanList @ $warriorClan[%i] NL;
Whats the NL?
Just a line?
Then it would be %clanList = %clanList SPC $WarriorClan[%i] @"NL";
And did you add "for" thing, else the %i is nothing?

Also - If you're viewing the file in windows you should use "\r\n" - that's a "carriage return" and a "line feed" character which windows uses to recognise a new line. Unix-based ones just use "\n".
« Last Edit: January 01, 2010, 10:47:10 PM by Ephialtes »