Function ====== Handles.Macros.ChangePage ====== [[:about_this_wiki|ASSUMPTION]] >>>This function is not documented and simply found by trying. Hence, this entire documentation is assumed. Void Handles.Macros.ChangePage(int32 index) ^ API | no | ^ description | toggles the Macros buttons to a specific page | ^ [[macros:namespace]] | [[macros:namespace:handles.macros]] | ^ parameter | [[macros:type:int32]] index -- the index of the page to change to | ^ return value | ([[macros:type:void]]) | **This function does not fully work as Avolites never intended these buttons to be paged.** == Example in == [[macros:example:changemacrospage]]: Changes the macros page to page 4. Handles.Macros.ChangePage(3) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~