2020-08-31
03:17 PM
- last edited on
2022-09-26
10:45 PM
by
Daniel Kassai
2020-08-31 03:57 PM
_prjChannel = open("DATA", fileSettings, "SEPARATOR='\t', MODE=RO, LIBRARY")
_nVal = input(_prjChannel, "thirdPLZ", 1, thirdPLZ)
! Postleitzahl abfangen und in Zeichenkette umwandeln
if vartype(thirdPLZ) = 1 then thirdPLZ = str("%^4.0", thirdPLZ)
2020-08-31 06:42 PM