Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Help whit scrollbar maximum


santa-clause
 Share

Recommended Posts

Byte = 255

Long = 32767

Integer = 2147483647

Try going to modTypes then change the scrollbar from long to integer

for example

```
Stat_Req(1 To Stats.Stat_Count - 1) As Byte
```
If i would like to increase the stats from 255 to 32767 I would change the Byte to a Long

If you want to change 32767 to 4000000 You would change the Long to a Integer. Thats what I would Do

Tell me if it works
Link to comment
Share on other sites

Guys You are mistaken long for integer and vice versa…

For the overflow

I also advice using textbox Because you need precise values, but if you still want to use scrolls, just multiplie the scroll value by 100 or 1000 etc... you ll get big values without overflows.

Integer can t be > to 32767 use long For your textbox value...
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...