Code: Select all
If A.Point=B.Point
Debug "True!"
EndIf
Code: Select all
If A.Point=B.Point
Debug "True!"
EndIf
@Mistrel: The only comparison operators that would make sense are '=' and '<>' .Mistrel wrote:Now that we can assign structures in PureBasic 4.40 it would be nice to be able to perform comparison operations as well without the use of Compare Memory: