Navigation:  Reference > Functions >

LicenseInformation()

Print this Topic Previous pageReturn to chapter overviewNext page

 

LICENSE(1)

 

PURPOSE

This function will return the current user's Serial Number, Multi-user code or User Type.

PARTS

1 f/c/eRequired - What you want to get.

 

       liSerialNum - get the users Serial Number

       liUserType - get the user type (C - Development system, R - Runtime, D - Runtime+runtime compiler)

       liMultiUserCode - (S - single user, P - peer-to-peer, C - client/server 10 user, U - client/server unlimited users

 

RETURN TYPE - A

 

EXAMPLE

 

define sn, ut, muc type a size 10

sn = license(liSerialNum)

// sn = '600001'

 

ut = license(liUserType)

// ut = 'C'

 

muc = license(liMultiUserCode)

// muc = 'C'

 

 


Page url: http://www.cassoftware.com/tas/manual/licenseinformation().htm