No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
FLCL...Fooly Cooly...Furi Kuri--anyone else watched that?
There are probably a few different version of this...here's the one I use which I find pretty simple:
Get computers on network
Simple CLS for Resizing CTLs on a FRM
...I sure was disappointed that Sci-Fi got rid of Farscape! :sad: (anyone feel that too?)
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.