|
-
Jun 8th, 2005, 03:08 PM
#1
Thread Starter
Hyperactive Member
Pubic Sub Blah( Need Help here ?? ) [Resolved]
Ok here is my code.
[code
Public Sub NxAxMxE4( ????? )
Dim str As String
Dim x As Integer
str = Mid(Word, 1, 1) & Base & Mid(Word, 2, 1) & Base & Mid(Word, 3, 1) & Base & Mid(Word, 4, 1)
If Len(str) <= 32 Then
lstGen.AddItem str
End If
End Sub
[/code]
Ok where Base is, that is going to be a letter or letters. I want to be able to call it using a different letter.
Call NxAxMxE4 (xx)
So then Base will equal xx
Call NxAxMxE4 (vv)
So then Base will equal vv
How i do this ??
Last edited by Ricky1; Jun 8th, 2005 at 03:27 PM.
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
|