View Single Post
Old 24 February 2021, 00:05   #5
Daedalus
Registered User
 
Daedalus's Avatar
 
Join Date: Jun 2009
Location: Dublin, then Glasgow
Posts: 6,346
Hmmm, I haven't looked at this properly on my own machine, but is it possible your types are getting mixed up? The struct definitely does use a word type, but if your function is taking a value of a different type, things might be getting mangled. Try defining the types in your statement definition:

Code:
Statement LaunchSample {track.w, period.w}
just in case they're defaulting to something else. Typically the default in Blitz is quick, which should cast to word without issues, but it can be changed.
Daedalus is offline  
 
Page generated in 0.08815 seconds with 11 queries