![]() |
MASM/Vb6 to GS2
I'm very experienced in both MASM and VB6, I'd like to know if there is any similarities between the MASM+VB6 and GS2,Syntax wise?
Will it be a easy transfer over,easy to learn? Thanks! :D |
I don't know where in the world you picked up VB6, as it's not a good language, in my opinion.
In terms of syntax, VB6 is not terribly close to the C-style GS2. However, a number of the concepts are the same. Saying "easy" would probably be inaccurate; learning GS2 will require work, like learning anything else. In the end though, I don't believe GS2 is hard to figure out, even without prior programming experience. So, it shouldn't be terribly hard for you. |
Quote:
The only thing i find pathetic about vb6 is Thread support,it crashes on point if you even try to create a thread. Although i found vb6 useful for DLL hooking and more along those lines. I didn't think MASM would have anywhere near the same syntax,since well nothing really has near the same syntax as ASM. Thanks for your info,I'm reading on the wiki right now :p |
Quote:
I guess there are similarities; VB will have functions and variables just the same as GScript does, because these are quite fundamental to most scripting languages, but you will find that the accepted ways of doing things are quite different. |
Quote:
Is there anywhere other than the wiki to learn? Or is that where everything goes(Apart from the forums too :P ) |
i am learning scripting to but i only can simple stuff as
PHP Code:
and i know some basic Var stuff as PHP Code:
|
and i even dont know if those "scripts" works -.-
Quote:
|
Quote:
PHP Code:
As for the other script, placing a, "return; straight after the function is caused would stop the execution right there as returns stop what the function is doing and returns a result to the original caller (in this case, 0 since no value was supplied. I am not sure what you were trying to achieve with that return |
All times are GMT +2. The time now is 01:35 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.