View Issue Details

IDProjectCategoryView StatusLast Update
0000504GC StudioCompilerpublic2024-07-11 07:43
Reporteranonymous Assigned To 
PriorityimmediateSeveritymajorReproducibilityalways
Status newResolutionopen 
OSWindows 11 
Product Version1.01.101 
Summary0000504: Compilation error!
Description#chip mega328p, 10 '10 MHz
#option explicit

Dim Zahl as single
Dim Text as String

Zahl = 1.23 * 2
Text = SingleToString (Zahl)

End
Additional InformationWird dieses Programm kompiliert, so erhalte ich
eine Fehlermeldung "Invalid variable type:single"
Wodurch kann ich diesen Fehler vermeiden?

If this program is compiled, I get
an error message "Invalid variable type:single"
How can I avoid this error?
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-07-11 07:43 anonymous New Issue