Autocomplete bug

Working on new editor enhancements?
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Autocomplete bug

Post by Trond »

Code: Select all

Dim Array(10)
Procedure Proc()
  Shared Array()
EndProcedure
In the autocomplete list Array shows up twice, once without the ().