Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#115863 - 10/09/2002 21:54 vb programmers
RobotCaleb
pooh-bah

Registered: 15/01/2002
Posts: 1866
Loc: Austin
any vb programmers with more than my half hour of experience out there?

Top
#115864 - 10/09/2002 22:10 Re: vb programmers [Re: RobotCaleb]
number6
old hand

Registered: 30/04/2001
Posts: 745
Loc: In The Village or sometimes: A...
Yes, I have many moons of experience with VB.
What is your question/request?

Top
#115865 - 10/09/2002 22:22 Re: vb programmers [Re: number6]
RobotCaleb
pooh-bah

Registered: 15/01/2002
Posts: 1866
Loc: Austin
well.. it had me stumped but i just figured it out.

DIM v AS Byte

then i was trying to "v = -v"
when that caused an overflow i was like.. oh, cant do that.
so i "v = v * -1"
and that caused an overflow

then i realized that a byte is 0 - 255
so i defined as integer
prog works fine now. nothing big. not sure how to go about posting source code so i attached the compiled exe. a dumb little program really.


Attachments
114003-FirstTime.exe (125 downloads)


Top