Thomas changed the topic of #kspmodding to: Welcome to #kspmodding - the channel for discussing, and learning about, modding Kerbal Space Program. Code of Conduct: https://git.io/vSQh6 | Always provide logs. | *** PSA: https://kerbalspaceprogram.com/api/index.html | <Red5> Guy was asked for a log file, he gave this link: http://pastebin.com/wfVarZPf | If you haven't read it yet: Logs :P
NathanKell|Twitch is now known as NathanKell
stratochief is now known as stratochief|canadaing
Pap|AFK is now known as Pap
Pap is now known as Pap|afk
Pap|afk is now known as Pap
NathanKell is now known as NathanKell|Twitch
NathanKell|Twitch is now known as NathanKell|AFK
NathanKell|AFK is now known as NathanKell
<xShadowx>
note to self..........do not tie an LED to 2 ends of a spool of 45 awg wire thats 25k ft long and wipe a magnet by said spoil......dat led got bright ;3
<xShadowx>
o well 1 less led in the world
NathanKell is now known as NathanKell|Twitch
smoke_fumus has joined #kspmodding
NathanKell|Twitch is now known as NathanKell
NathanKell is now known as NathanKell|AWAY
<blowfish>
does ayone know how to get bbcode to work on the forums?
<blowfish>
ah, it's just not translating it correctly for some reason
<blowfish>
looks right in the preview but not in the actual post
<blowfish>
have to copypaste
blowfish has quit [Quit: Leaving]
ferram4 has quit [Ping timeout: 204 seconds]
SirKeplan is now known as SirKeplan|afk
SirKeplan|afk is now known as SirKeplan
Starwaster has quit [Ping timeout: 201 seconds]
egg|anbo|egg is now known as egg|afk|egg
<Sigma88>
question
<Sigma88>
if I have an array of stuff
<Sigma88>
and want to foreach through some of the elements
<Sigma88>
so let's say
<Sigma88>
int[] myarray
<Sigma88>
foreach ( int n in myarray.Where(x => x > 0))
<Sigma88>
if the "Where" doesn't find any matches, will it give a "null" and break the foreach?
<Sigma88>
or will the code just treat it as an empty array and foreach through it zero times (without throwing erros)