Chat now with support
Chat with Support

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

$BFTrim

Description:

Returns a string void of leading and trailing spaces.

Parameters:

String-Characters enclosed in quotation marks.

Syntax:

$BFTrim(string)

Example:

$BFTrim(" happy days are here to stay. ") ; returns  "happy days are here to stay"

 

$BFTrimLeft

Description:

Returns a string void of leading spaces.

Parameters:

String-Characters enclosed in quotation marks.

Syntax:

$BFTrimLeft(string)

Example:

$BFTrimLeft(" hockey is great ") ; returns  " hockey is great "

 

 

$BFTrimRight

Description:

Removes trailing spaces from a string.

Parameters:

nString-Characters enclosed in quotation marks.

Syntax:

$BFTrimRight(string)

Example:

$BFTrimRight(" removes trailing spaces from a string. ") ; returns  " removes trailing spaces from string. "

 

$BFUpper

Description:

Returns a string after converting lowercase characters to uppercase characters.

Parameters:

nString value-Characters enclosed in quotation marks.

Syntax:

$BFUpper(string)

Example:

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

 

 

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating