Intermec EasyCoder PF2i User Manual page 100

Easylan interface
Hide thumbs Also See for EasyCoder PF2i:
Table of Contents

Advertisement

Chapter 6 — Advanced Confi guration
protected lan1 settings. See "Confi gure Printer through Fingerprint" in
Chapter 6.
Examples:
Below is a simple example of how to send a mail in Fingerprint.
10
RUN "mail -s 'Test mail' me@domain.com 'Just
testing.' "
Th e following example shows how variables and strings can be used to
create a mail.
10
A% = 10
20
A$ = "Apple"
30
SUB$ = "-s "+CHR$(34)+"A% and A$ in a mail"
+CHR$(34)
40
REC$ = CHR$(34)+"me@domain.com,you@domain.com"
+CHR$(34)
50
SND$ = "-r me@domain.com"
60
TXT$ = CHR$(34)+"A% = "+STR$(A%)+" and A$ = "
+A$+CHR$(34)
70
MAIL$= "mail "+SUB$+" "+SND$+" "+REC$+" "+TXT$
80
PRINT MAIL$
90
RUN MAIL$
86
EasyLAN User's Guide

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the EasyCoder PF2i and is the answer not in the manual?

Table of Contents