Mirage Source
help - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: help (/showthread.php?tid=1382)

Pages: 1 2


Re: help - Dragoons Master - 11-11-2007

Renegade Wrote:VB6 corrects capitals so you cant type

DiM LeEt AS StRiNg it will just go to Dim leet as String.
Actualy it will go to Dim LeEt as String


Re: help - Matt - 11-11-2007

Dragoons Master Wrote:
Renegade Wrote:VB6 corrects capitals so you cant type

DiM LeEt AS StRiNg it will just go to Dim leet as String.
Actualy it will go to Dim LeEt as String

Yupp. But oh well, his point got across. Tongue

Also, once it's defined, it'll always be changed to the proper capitalization that it was dimmed at when used in the code.

So if you had..

Dim MySelf as long

And then you typed..

myself = myself + 1

Then it would end up looking like:

MySelf = MySelf + 1


Re: help - Xeph - 11-11-2007

huh?
im trying again to see if thats true
[edit]
maybe its just me but its not correcting
[edit]
nvm i got the first part of code right


Re: help - Reece - 15-11-2007

Xeph Wrote:huh?
im trying again to see if thats true
[edit]
maybe its just me but its not correcting
[edit]
nvm i got the first part of code right

Stop copy and pasting code and it will work. Simple.