View Issue Details

IDProjectCategoryView StatusLast Update
0000345GC StudioCompilerpublic2023-03-25 04:49
Reporterevanvennn Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.00.09.2 
Target Version1.00.101Fixed in Version1.00.101 
Summary0000345: Add new capability where ELSE statements in IF-ELSE-ENDIF are handled as multiline code
DescriptionRevised compiler to compiler code on the ELSE statement.

Support the following

ELSE dothis()

Is now expanded and compiled as

ELSE
   dothis()
TagsNo tags attached.

Activities

evanvennn

2023-03-19 08:19

administrator   ~0000150

Resolved

Issue History

Date Modified Username Field Change
2023-03-19 08:18 evanvennn New Issue
2023-03-19 08:19 evanvennn Status new => assigned
2023-03-19 08:19 evanvennn Note Added: 0000150
2023-03-19 08:19 evanvennn Status assigned => resolved
2023-03-19 08:19 evanvennn Resolution open => fixed
2023-03-20 05:05 angel-spartan Product Version => 1.00.09.2
2023-03-20 05:05 angel-spartan Fixed in Version => 1.00.101
2023-03-20 05:05 angel-spartan Target Version => 1.00.101
2023-03-25 04:49 angel-spartan Status resolved => closed