Hi,

please, can you tell if I made a mistake ?

testagain0.tbasic
  
uses "CONSOLE"

#Include "easing4.tbasicu"

dim etest as easing


WaitKey
easing4.tbasicu
uses "math"



Type easing

  totalDuration as DWORD Value = 0
  
end type
I think it's anormal I get this error :
Code=173
Description=TYPE error: missing AS clause in element definition
Line=7
LineCode=TOTALDURATION AS DWORD VALUE = 0
Token=TOTALDURATION
Additional=