Help for this page

Select Code to Download


  1. or download this
       string = num2Pstring( counter + 1 );
    
  2. or download this
       sprintf(string, "P%d", counter + 1);