licenseCodeStr Function


str licenseCodeStr(str codename)

Parameter

Description

codename

tbd

{
    int i;
    str s;
    ;
 
    i = licenseCodeNum(SysMorphX);
    s = licenseCodeStr(SysMorphX);
    print "number for license code SysMorphX is " + int2Str(i);
    print "license code string for SysMorphX is " + s;
  pause;
}

Community Additions

ADD
Show: