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

Benchmark Factory for Database 8.4 - User Guide

Welcome to Benchmark Factory What's New in Benchmark Factory Additional Resources Overview of Benchmark Factory Benchmark Factory Components Licensing Getting Started - the Benchmark Factory Workflow Agents Create and Edit Connections Create and Edit Tests and Jobs
Jobs View Pane Job Wizards Quickstart: Create a New Job Edit a Job Industry Standard Benchmark Tests Capture and Replay a Workload Artificial Test for Desired Effect Scalability Tests Custom Tests Create/Delete Benchmark Objects Execute External File Test Options for Create Objects Test Options for Transactions Job Setup Options Use Global Search/Replace Save Job as BMF Script Copy Test to Replay, Mix, Goal, or Scalability Test
Benchmarks How Do I... Settings Test Results and Run Reports BFScripts Repository Troubleshooting The Benchmark Factory REST API Appendix About Us Adding Virtual Users System/Upgrade Requirements/Supported Databases Shortcut Keys

$BFLen

Description:

Returns the number of characters in a string.

Parameters:

String-Characters enclosed in quotation marks.

Syntax:

$BFLen(string)

Example:

$BFLen("Benchmark Factory") ; returns "17"

 

 

$BFLower

Description:

Returns a string after converting uppercase characters to lowercase characters.

Parameters:

String-Characters enclosed in quotation marks.

Syntax:

$BFLowerstring)

Example:

$BFLower("SAMPLING") ; returns  "sampling"

 

$BFMid

Description:

Extracts a substring from a string.

Parameters:

String-Characters enclosed in a quotation marks.

 

nStart-The starting character position.

 

nLength-Number of characters to return.

Syntax:

$BFMid(string, nStart,nLength)

Example:

$BFMid("sunshine coast", 3, 5) ; returns  "shine"

 

$BFRight

Description:

Returns the last n character of a string.

Parameters:

String-Characters enclosed in quotation marks.

 

nLength-The number of characters to return.

Syntax:

$BFRight(string,nLength)

Example:

$BFRight("sunshine coast", 3) ; returns  "ast"

 

 

 

相关文档

The document was helpful.

选择评级

I easily found the information I needed.

选择评级