Procedure.<*Pointer.Structure>
Import/ImportC (Important for wrappers), etc
I get always an syntax error when I try to use it anyhow (no syntax is definied on PureBasic)
Example:
Code: Select all
Structure Cost_Model
type.a; See the Cost_Model_type enum
compare_fn.f
EndStructure
Procedure.i Test()
static ret.Cost_Model
ret\compare_fn = 10.1
ProcedureReturn @ret
EndProcedure
*p.Cost_Model = Test()
Debug *p\compare_fn