Hallo
Folgende Sequenz
funktioniert wird vom Compiler akzeptiert und funktioniert im SimulatorCode: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
Hallo
Folgende Sequenz
funktioniert wird vom Compiler akzeptiert und funktioniert im SimulatorCode: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
Viele Grüße
Josef
-------------------------------------------------------------------------------------
DOS-File System für BASCOM-AVR auf http://members.aon.at/voegel
Lesezeichen