এই নিয়ন্ত্রণ পরিবর্তন করলে এই পেজটি স্বয়ংক্রিয়ভাবে আপডেট হবে

REPT

The REPT function returns a string value that contains a given string value repeated a specified number of times.

REPT(source-string, repeat-number)

source-string: Any value.

repeat-number: A number value specifying the number of times the given string should be repeated. repeat-number must be greater than or equal to 0.

Examples

=REPT("*", 5) returns "*****".

=REPT("ha", 3) returns "hahaha".

=REPT(5, 3) returns "555".

Morty Proxy This is a proxified and sanitized view of the page, visit original site.
কাজে লেগেছে?
অক্ষর সীমা: 250
সর্বাধিক অক্ষর সীমা 250।
আপনার মতামতের জন্য ধন্যবাদ।
Morty Proxy This is a proxified and sanitized view of the page, visit original site.