PDA

Click to See Complete Forum and Search --> : vb6 --> vb.net (code help)


sunburnt
Feb 12th, 2002, 02:14 PM
Thanks, but I should have been more specific. Here's a better example:
MKL(255) would equal Chr(0) Chr(0) Chr(0) & Chr(255).
CVL(Chr(0) & Chr(0) & Chr(0) & Chr(255) would equal 255.

I hope you can see what I'm trying to do here. The problem is, these function must accept extremely large values, up to FF FF FF FF. (ÿÿÿÿ).