Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Miscellaneous
FindRetros
Help & Support
Coding Help
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="StanleyDev" data-source="post: 81002" data-attributes="member: 9151"><p>So im making an emulator with a friend and im getting this error: </p><p> </p><p>[CODE]public static bool smethod_5(Class12 class12_0, string string_0)</p><p>{</p><p> bool flag;</p><p> string[] strArray = string_0.Split(new char[''] { ' ' });</p><p> string str = null;</p><p> Class12 class2 = null;</p><p> Class10 class3 = class12_0.method_2().Class10_0;</p><p> Class36 class4 = null;</p><p> try[/CODE]</p><p> </p><p>the error's are coming on line 1 'bool' line 4 on the '[] strArray' and 'char[''] { ' ' });'</p></blockquote><p></p>
[QUOTE="StanleyDev, post: 81002, member: 9151"] So im making an emulator with a friend and im getting this error: [CODE]public static bool smethod_5(Class12 class12_0, string string_0) { bool flag; string[] strArray = string_0.Split(new char[''] { ' ' }); string str = null; Class12 class2 = null; Class10 class3 = class12_0.method_2().Class10_0; Class36 class4 = null; try[/CODE] the error's are coming on line 1 'bool' line 4 on the '[] strArray' and 'char[''] { ' ' });' [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Miscellaneous
FindRetros
Help & Support
Coding Help
Top