xb2net license snippet

This forum is for ideas and or code to be contributed for general use.
Post Reply
Message
Author
bwolfsohn
Posts: 648
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

xb2net license snippet

#1 Post by bwolfsohn »

I know some of you fight with different xb2net versions issues...

here's some code i use to help with that...
insert your own codes as needed...

Code: Select all

FUNCTION Xb2NetKey()
  IF fexists('xb2net3-2-13.ovl')
    // 9/29/2010 1:37PM version 3.2.13
    Return(00000000000.4)
  ELSEIF fexists('xb2net3-2-17.ovl')
    // 9/29/2010 1:37PM version 3.2.17
     Return(nnnnnnnnnnnn.nnn)
  ELSEIF fexists('xb2net3-3-07.ovl')
    // 8/21/2015 11:47AM  Version 3.3.07
    Return(rrrrrrrrrrrrrrrrr.rrr)
  ELSE
    // 8/21/2015 11:47AM  Version 3.4.00
    Return(xxxxxxxxxxxxxxxxx.xxx)
  ENDIF
return(nil)
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises

User avatar
sdenjupol148
Posts: 151
Joined: Thu Jan 28, 2010 10:27 am
Location: NYC

Re: xb2net license snippet

#2 Post by sdenjupol148 »

Brian,

Thanks; that's useful! :dance:

Bobby

Post Reply