C
Const
Hi,
This is what i would like to do :
I have an Hashtable where all of my Keys are intergers.
The user choose a number, and i want to find the Closest minimal values
of my Keys.
For example :
mys Keys are : 0, 100, 250, 500.
The user enter the value 200, the programme should return 100.
The user enter the value 10, the programme should return 100.
The user enter the value 499, the programme should return 250.
Excuse my english, i hope i could be understand...
Thx!
Const.
This is what i would like to do :
I have an Hashtable where all of my Keys are intergers.
The user choose a number, and i want to find the Closest minimal values
of my Keys.
For example :
mys Keys are : 0, 100, 250, 500.
The user enter the value 200, the programme should return 100.
The user enter the value 10, the programme should return 100.
The user enter the value 499, the programme should return 250.
Excuse my english, i hope i could be understand...

Thx!
Const.