Sigma88 changed the topic of #Kopernicus to: #Kopernicus | Release 1.3.0-8 - https://git.io/v0Gg5 | Pictures: https://git.io/vHqLy | List of packs: http://git.io/vWjiY | GitHub: http://git.io/vWAFE | Examples: http://git.io/vWAF9 | Visual Editor: http://git.io/vWAbq | Funny Quotes: https://git.io/vHqt8 | <Kopernicus> Kopernicus/master 91e89a4 thomas-jenkins: Kopernicus 1.2.2-6 - "404 - Title not found"
GregroxMun has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
GregroxMun has joined #Kopernicus
awang has left #Kopernicus [#Kopernicus]
GregroxMun has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
GregroxMun has joined #Kopernicus
GregroxMun has quit [Client Quit]
ferram4_ has joined #Kopernicus
ferram4 has quit [Ping timeout: 383 seconds]
Rokker has quit [Quit: Connection closed for inactivity]
egg|zzz|egg is now known as egg|nomz|egg
<Sigma88> !c "abcd".FirstIndexOf("bc")
<Qboid> (1,9): error CS1061: Type `string' does not contain a definition for `FirstIndexOf' and no extension method `FirstIndexOf' of type `string' could be found. Are you missing an assembly reference?/usr/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous error)
<Sigma88> !c "abcd".IndexOf("bc")
<Qboid> 1
<Sigma88> !c x = "abxxxcde"
<Qboid> (1,2): error CS0103: The name `x' does not exist in the current context
<Sigma88> !c string x = "abxxxcde"
<Sigma88> !c x.SubString(0,2) + x.SubString(5)
<Qboid> (1,4): error CS1061: Type `string' does not contain a definition for `SubString' and no extension method `SubString' of type `string' could be found. Are you missing an assembly reference?/usr/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous error)
<Sigma88> !c x.Substring(0,2) + x.Substring(5)
<Qboid> abcde
<Sigma88> !c x.Substring(0,0) + "4"
<Qboid> 4
<Sigma88> !c x.Substring(2,3)
<Qboid> xxx
egg|nomz|egg is now known as egg
Rokker has joined #Kopernicus
egg is now known as egg|zzz|egg
ferram4_ has quit [Read error: Connection reset by peer]
ferram4_ has joined #Kopernicus