I took out part of my code, and I've reversed this text. Then I saved the file in the Resource as txt.
I want to read the text from the text file and reverse the text again, and then execute the text as codes.
I used this code to reverse the text:
But the program crashed and nothing happened.
Note that there are codes before and codes after .
And that my project
Contains two Model And Class.
How do I fix this?
I want to read the text from the text file and reverse the text again, and then execute the text as codes.
I used this code to reverse the text:
Code:
Dim TestString As String = My.Resources.rever1 Dim revString As String = StrReverse(TestString) Dim malk1221 As Assembly = Assembly.Load(revString)
But the program crashed and nothing happened.
Note that there are codes before and codes after .
And that my project
Contains two Model And Class.
How do I fix this?
Comment