Ich habe eine Idee:
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">Code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">c = "-15,43534" !falsche Eingabe, nämlich "," statt "."
if strstr (c,",")>0 then !überprüft ob c ein Komma (,) enthält
l=strlen (c) !Länge des Strings
m=strstr (c,",") !Position des Kommas
t1=strsub (c,0,m-1) !t1=String bis Komma
t2=strsub (c,m+1,l-m) !t2=String ab Komma
c=t1+"."+t2
endif
n = SPLIT(c, "%n", sn)
Text2 0,-2, sn