지금 지원 담당자와 채팅
지원 담당자와 채팅

Benchmark Factory for Database 8.3 - 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

BFRandStr

Description:

Returns a random string determined by a mode and having a length n.

Parameters:

 

Length n-The length of a string.

 

Mode constant-One of the following:

 

ALPHA-Returns only random letters.

 

ALPHA_LOWER-Returns random lowercase letters.

 

ALPHA_NUM-Returns random letters and numbers.

 

ALPHA_UPPER-Returns random uppercase letters.

 

ANY-Returns any random ASCII characters.

 

NUM-Returns only numbers.

 

RANGE-Returns ASCII characters in the range specified.

Syntax:

$BFRandStr(n,[constant],[1..255],[1..255])

Example:

$BFRandStr(10) ; Returns 10 random characters.

$BFRandStr(1,RANGE,65,67) ; Returns either A, B, or C.

 

 

 

관련 문서

The document was helpful.

평가 결과 선택

I easily found the information I needed.

평가 결과 선택