H
hatebbs
Guest
Jeg har stødt på nogle SKILL problemer, når jeg ønsker at ændre en nyttig færdighed kode.Denne færdighed kode er for at placere etiketterne i et array måde.Ligegyldig hvordan jeg Modifed det vil altid vise "* Error * eval: Ubundet variable - hvis".Kan nogen hjælpe mig please?
Original:
labcount = 1
while (labcount <= numOlabs
sprintf (tmp "% s% d% s" label startnum etiketter)
dbCreateLabel (getEditRep () liste (lag "polet") placering tmp
bare rotere fontname fontheight)
location = liste (xCoord (sted) xSpace ykoordinat (placering ySpace)
startnum = startnum countby
labcount = labcount 1
geRefresh ()
Ændret:
while (labcount <= numOlabs
sprintf (tmp "% s% d% s" label startnum etiketter)
dbCreateLabel (getEditRep () liste (lag "polet") placering tmp
bare rotere fontname fontheight)
if (mod (labcount 32) == 0 then
xs = xPitchdiff
ys = yPitchdiff
anden
xs = xSpace
ys = ySpace
)
location = liste (xCoord (sted) XS ykoordinat (sted) ys)
startnum = startnum countby
labcount = labcount 1
geRefresh ()
Original:
labcount = 1
while (labcount <= numOlabs
sprintf (tmp "% s% d% s" label startnum etiketter)
dbCreateLabel (getEditRep () liste (lag "polet") placering tmp
bare rotere fontname fontheight)
location = liste (xCoord (sted) xSpace ykoordinat (placering ySpace)
startnum = startnum countby
labcount = labcount 1
geRefresh ()
Ændret:
while (labcount <= numOlabs
sprintf (tmp "% s% d% s" label startnum etiketter)
dbCreateLabel (getEditRep () liste (lag "polet") placering tmp
bare rotere fontname fontheight)
if (mod (labcount 32) == 0 then
xs = xPitchdiff
ys = yPitchdiff
anden
xs = xSpace
ys = ySpace
)
location = liste (xCoord (sted) XS ykoordinat (sted) ys)
startnum = startnum countby
labcount = labcount 1
geRefresh ()