Sarbian 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.htm | Someone is writting a Phd dissertation on KSP modding please fill out this survey https://goo.gl/forms/1vrkPYH4az8l32sb2 - I have met him and it s legit
Ezriilc has quit [Remote host closed the connection]
Ezriilc has joined #kspmodding
<xShadowx>
how to make c# strings play nice with hyperlinks AND variables? string x = "htttp://www.msn.com/" itll see as a link, thats all good, = $"{mystring}" works, but = $"http://www.msn.com/{mystring}" treats {} as part of the link -.-