Click here to Skip to main content
15,902,938 members
Home / Discussions / C#
   

C#

 
AnswerRe: search for a word in other languages Pin
Eddy Vluggen26-Apr-10 11:16
professionalEddy Vluggen26-Apr-10 11:16 
GeneralRe: search for a word in other languages Pin
Luc Pattyn26-Apr-10 12:06
sitebuilderLuc Pattyn26-Apr-10 12:06 
GeneralRe: search for a word in other languages Pin
Eddy Vluggen26-Apr-10 12:35
professionalEddy Vluggen26-Apr-10 12:35 
GeneralRe: search for a word in other languages Pin
AspDotNetDev26-Apr-10 12:44
protectorAspDotNetDev26-Apr-10 12:44 
AnswerDON'T DO THAT! Pin
T M Gray26-Apr-10 11:56
T M Gray26-Apr-10 11:56 
AnswerRe: search for a word in other languages Pin
Bernhard Hiller26-Apr-10 22:11
Bernhard Hiller26-Apr-10 22:11 
AnswerRe: search for a word in other languages Pin
Luc Pattyn1-May-10 3:35
sitebuilderLuc Pattyn1-May-10 3:35 
Questionquick syntax question Pin
mprice21426-Apr-10 7:46
mprice21426-Apr-10 7:46 
Hi all,

Can someone let me know what is happening with the following line of code? I don't understand the syntax used in after j == (arr[i].Length - 1)

Specifically what's happening with ? "" :

I do know what " " is doing at the very end.

System.Console.Write("{0}{1}", arr[i][j], j == (arr[i].Length - 1) ? "" : " ");

AnswerRe: quick syntax question Pin
Luc Pattyn26-Apr-10 7:57
sitebuilderLuc Pattyn26-Apr-10 7:57 
AnswerRe: quick syntax question Pin
Michel Godfroid26-Apr-10 8:02
Michel Godfroid26-Apr-10 8:02 
AnswerRe: quick syntax question Pin
Henry Minute26-Apr-10 8:16
Henry Minute26-Apr-10 8:16 
GeneralRe: quick syntax question Pin
harold aptroot26-Apr-10 8:33
harold aptroot26-Apr-10 8:33 
GeneralRe: quick syntax question Pin
Henry Minute26-Apr-10 8:46
Henry Minute26-Apr-10 8:46 
GeneralRe: quick syntax question Pin
Luc Pattyn26-Apr-10 9:21
sitebuilderLuc Pattyn26-Apr-10 9:21 
GeneralRe: quick syntax question Pin
Michel Godfroid26-Apr-10 9:34
Michel Godfroid26-Apr-10 9:34 
GeneralRe: quick syntax question Pin
Luc Pattyn26-Apr-10 9:44
sitebuilderLuc Pattyn26-Apr-10 9:44 
JokeRe: quick syntax question Pin
Not Active26-Apr-10 10:07
mentorNot Active26-Apr-10 10:07 
GeneralRe: quick syntax question Pin
Luc Pattyn26-Apr-10 10:32
sitebuilderLuc Pattyn26-Apr-10 10:32 
GeneralRe: quick syntax question Pin
Luc Pattyn26-Apr-10 9:47
sitebuilderLuc Pattyn26-Apr-10 9:47 
GeneralRe: quick syntax question Pin
Michel Godfroid26-Apr-10 10:32
Michel Godfroid26-Apr-10 10:32 
GeneralRe: quick syntax question Pin
harold aptroot26-Apr-10 10:43
harold aptroot26-Apr-10 10:43 
GeneralRe: quick syntax question Pin
Luc Pattyn26-Apr-10 10:57
sitebuilderLuc Pattyn26-Apr-10 10:57 
GeneralRe: quick syntax question [modified] Pin
harold aptroot26-Apr-10 11:24
harold aptroot26-Apr-10 11:24 
GeneralRe: quick syntax question Pin
Luc Pattyn26-Apr-10 11:51
sitebuilderLuc Pattyn26-Apr-10 11:51 
GeneralRe: quick syntax question Pin
Michel Godfroid26-Apr-10 12:21
Michel Godfroid26-Apr-10 12:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.