Goto label, General introduction, What is a label (reference) – Datamax 123 Print v1.1x User Manual

Page 138: Example

Advertising
background image

Copyright © 2007 • MCL Technologies • All Rights Reserved

www

.mcl-collection.com

Chapter 5 : Using Processes

5.2.3.

Goto Label

General introduction

The Goto command is an "unconditional" branch within the label

program. It will branch to the tags you set up in your program using
the Set Label process (see

Section 5.2.6

).

What is a label

(reference)

In this context, a label is a reference point in your program that can be

set to identify a specific position in the program, such as a certain line
in a process. Once a label reference is entered it always refers to the
same position in your program.

When a label is defined in a program, a direct jump to that location can
be made from anywhere within the program.

Goto Label

To set a goto screen function, proceed as follows:

1

Add the process Goto Label to your label program


The Goto Label dialogue box is displayed.

Example

In this example the program will jump to the location of the reference

point “Browse” that is set by the Set Label process.

October 2007

Page

138

Advertising