Navigation:  Classes > bArrayServer >

bArrayServer:Skip()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Moves the record pointer a certain number of records forward or backwards.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:Skip([<iRecords>]) Æ lSuccess

Arguments

<iRecords>The number of records that the record pointer is to be moved, beginning with the current record. A positive value moves the record pointer forward -, a negative value backwards. If the argument is not indicated, the value +1 is used.
Data Type:Integer

Return Value

lSuccessA logical value that indicates whether the record pointer was moved or not.
TRUEThe record pointer was moved.
FALSEThe record pointer could not be moved.
Data Type:Logic

Description

Before the operation a NotifyIntentToMove message is sent. After successful execution a NotifyRecordChange message is sent.

See Also

bArrayServer:BoF

bArrayServer:EoF

 


Page url: http://www.YOURSERVER.com/index.html?barrayserver_skip.htm