立即与支持人员聊天
与支持团队交流

Benchmark Factory for Database 8.2 - User Guide

Getting Started Licensing Overview of Benchmark Factory Benchmark Factory Components Agents Create and Edit Connections Create and Edit Tests and Jobs Test Results and Run Reports Troubleshooting The Benchmark Factory REST API

BFList

Description:

Returns an item from a list. The item returned depends on the mode selected.

Parameters:

 

Retrieval Mode:

Random: Select a random item from the list.

SEQUENTIAL: Select each item sequentially.

UNIQUE: Select a non-repeating item from the list.

string1-The first string to return from a list.

string2-The second string to return from a list.

stringN-The last string to return from a list.

Syntax:

$BFList(Retrieval Mode, string1,string2,… stringN)

Example:

$BFList (Sequential "1", "2", "3", "4")

Returns  1

             2

            etc.

$BFList (Random 1, 2, 3, 4)

Returns 2

            3

            3

            1

            2

            4

            etc.

$BFList (Unique, "1", "2", "3","4")

Returns 2

            4

            3

            1

            2

            etc.

 

 

相关文档

The document was helpful.

选择评级

I easily found the information I needed.

选择评级