GCGetMode?

BlitzMax Forums/BlitzMax Programming/GCGetMode?

Perturbatio(Posted 2006) [#1]
Is there anyway to detect the current GC Mode?

I've tried using the gc_mode variable with:

Extern
	Global gc_mode
End Extern


but it's not right.