V#rename,name,x - variable rename, V#rename,name,x, V#setzero,vxx – GoDEX EZPL User Manual

Page 55

Advertising
background image

50

V#RENAME,name,x - Variable rename

Syntax

V#RENAME,name,x

Parameters

name = new name of the variable (max 8 characters)

x = variable

Description

Rename the variable.

Example

~MDELF,aaa

^Faaa

^Q50,0,3

^AD

^L

V00,10,Prompt

V01,10,Prompt

V#RENAME,weight,V00

V#RENAME,date,V01

AE,7,46,1,1,0,0,Weight is ^(weight)

AE,7,86,1,1,0,0,Date is ^(date)

E

^Kaaa

16 kg

11/20/2004

E

~P1

Weight is 16 kg

Date is 11/20/2004

V#SETZERO,Vxx –Adjustment parameters bits with the same as parameter definition

Syntax

V#SETZERO,Vxx

Parameters

xx = 00 ~ 99 same as parameter definition.

Description

Adjustment parameters bits with the same as parameter definition

Advertising