Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with Credit Card Validation
#5
Ah yes, you are correct! Apparently, when you create a function, you actually create a variable with the function's name! I was unaware of that!

So yes, you are going to want to replace:
[code2=vbnet]Dim ValidLuhn As Boolean = False[/code2]

With:
[code2=vbnet]ValidLuhn = False[/code2]
My Blog | My Setup | My Videos | Have a wonderful day.


Messages In This Thread
Re: Help with Credit Card Validation - by brandonio21_phpbb3_import2 - 08-25-2012, 10:29 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)