Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #27.9K
~5K People Reached
About Me
Software Developer
Favorite Forums
Geeks' Lounge x 2
Favorite Tags
visual-basic x 5
7 Posted Topics
| |
| |
There are probably a few different version of this...here's the one I use which I find pretty simple: | |
Simple CLS for Resizing CTLs on a FRM | |
Re: ...I sure was disappointed that Sci-Fi got rid of Farscape! :sad: (anyone feel that too?) | |
Re: I haven't coded in QBasic in [i]years[/i], but in VB it would be like the following:[code]Dim intNumber As Integer Dim lngFactorial As Long Dim lngCounter As Long intNumber = 5 For lngCounter = 1 To intNumber lngFactorial = lngFactorial * lngCounter Next lngCounter[/code] "lngFactorial" would then be your number. Is … |
The End.