Description:
|
Formats a series of up to 16 numbers. If the amount of numbers in the series is greater than 16, the Maximum Parameters Exceeded message displays. |
Parameters:
|
Format string -A %d for each number in the series.
n1-The first number in the series.
n2-The second number in the series.
n16-The last number in the series. |
Syntax:
|
$BFFormat(Format string, n1, n2, …, n16)
|
Example:
|
$BFFormat("%d is a crazy number", $BFRandRange(10,200)) ; returns "34 is a crazy number" |
© ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center