|
-
Jan 26th, 2002, 02:02 PM
#1
Thread Starter
Hyperactive Member
Cpp Question (translate code VB - VCPP)
Greetings,
would you please so kind and translate this piece of VB code to a VCPP version.
Many thanks in advance.
Public Sub gAddProgress()
Static stintCounter As Integer
Static stblnFlag As Boolean
If stblnFlag = False Then
stintCounter = 1
stblnFlag = True
Else
Call AddOne(stintCounter)
End If
End Sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|