I am fixing some old code, and I ran into this { letters['i'].letter =(let.Text.Contents)[0]; } Throwing the error Code CS0029, Cannot implicitly convert type 'string' to 'int'. This worked for the old version of the software(developed for x6 and below)
↧