Posts
 
Reputation
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
~5K People Reached
About Me

Software Developer

Favorite Tags

7 Posted Topics

Member Avatar for samaru
Member Avatar for thompsonmax
1
3K
Member Avatar for SleepDepD
Member Avatar for SleepDepD

There are probably a few different version of this...here's the one I use which I find pretty simple:

Member Avatar for mjwest10
0
235
Member Avatar for SleepDepD
Member Avatar for SleepDepD
Member Avatar for rixius

...I sure was disappointed that Sci-Fi got rid of Farscape! :sad: (anyone feel that too?)

Member Avatar for movielad
1
202
Member Avatar for zeakman

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 …

Member Avatar for scisoft
0
251

The End.