WStep() - Determines the step width of interactive window movement
Determines the step width of interactive window movement
──────────────────────────────────────────────────────────────────────────────

Syntax

WStep( <nVertical>,<nHorizontal> ) --> nResult

Arguments

<nVertical> is the number of rows the window steps when moved
interactively.

<nHorizontal> is the number of columns the window steps when moved
interactively.

Returns

If an error occurs, WStep() returns -1.
If no errors occur, it returns 0.

Description

This function has no affect on windows movement. It is supplied purely
so that people who rely hevily on this function in CA-Tools will not get
an Unresolved External function at link time.


Notes

■ This function does nothing. It is purely here for compatibility
reasons.


Files: Library is MRWINDOW.LIB.