Swap

Last Modified: 10/16/2021

Swaps the byte order of a variable.

Arguments

NameTypeRequiredDescription
Variable Long Variable Yes The variable to swap bytes on.

Example

Syntax: Swap <Variable>
    b& = 75862
    Swap b&
    Print b&

Remarks

You can attempt to change the byte order of other data types, but it will likely return a 0.