|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Variable Type
How to make a variable as integer besides using CInt method
|
|
#2
|
|||
|
|||
|
why ins't CInt() good enough ?
Look into CLng() if you need bigger Hope this helps! Sincerely Vlince |
|
#3
|
|||
|
|||
|
dim i
i = request.form("textbox") i = i + 0 but how useful is that? dim i as integer if you're using vb.net. or is it as int? can't remember... you're probably not doing that sort of thing though. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Variable Type |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|