Hallo

Folgende Sequenz

Code:
Dim str1 as String * 12
Dim str2 as String * 1

str1 = "Test String"


str2 = mid(str1,5,1)

if str2 = " " then
   print "Leerzeichen gefunden"
endif
funktioniert wird vom Compiler akzeptiert und funktioniert im Simulator