30O-StringO-Str , 4, 4,ut ascodeer of remaining characters counting from P, the remainingFormat:O-STR , P, N,O-String always applies to the original data. It contains two parameters. The first is positionparameter (P) that specifies the start output position in the original data. Parameter N tells howmany characters will be included beginning from P.Example:Original data is:BarcodeThenGives outpNote:-- N can be '#' for all remaining characters from P.-- If P greater than the length of original data, the O-String will be skipped.-- If N greater than the numbcharacters are included as valid.ExamplesExample 1If the original data is Code 39 and content is "AA", output "ABC Company", and otherwiseriginal data as it is.l data is Code 128 and logically divided into:acters are personal ID,ters are person's name.ID first,aracter,terblock delula will be:IN_ID,8,O-STR,1,6," **",O-STR,7,#,"<CR>",Enterracter scanned from Full ASCII Chart.output the oIN_ID,0,LEN,2,2 company",EnterIN_ID,19,O-STR,1,#,Ente,MATCH,1,"AA","ABCrExample 2If the origina-- First six char-- Other characThe output will be:-- Personalch-- A 'CR'-- Two in ay,-- Name,-- A 'CR' character.The Form<CR> is a Carriage Return chaAdvanced FeaturesThe O-String has the format:O-STR,P,N,