Difference between revisions of "Manuals/calci/BOLD"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''BOLD(text)'''</div><br/> *<math>text</math> is the text that needs to be changed to bold font. ==Description== *This function used to change t...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<div style="font-size:30px">'''BOLD(text)'''</div><br/>
+
<div style="font-size:30px">'''BOLD(Text)'''</div><br/>
*<math>text</math> is the text that needs to be changed to bold font.  
+
*<math>Text</math> is the text that needs to be changed to bold font.  
  
 
==Description==
 
==Description==
*This function used to change the normal font type to bold.
+
*This function is used to change the normal font type to bold.
 
*Bold font is used for emphasis. It makes the selected text darker than the surrounding text.
 
*Bold font is used for emphasis. It makes the selected text darker than the surrounding text.
*Argument <math>text</math> can be text, numbers, or any special characters like @,&...
+
*Argument <math>Text</math> can be text, numbers, or any special characters like @,&...
*<math>text</math> should be entered in double quotes("") for text and special characters. Numbers can be entered directly.
+
*<math>Text</math> should be entered in double quotes("") for text and special characters. Numbers can be entered directly.
 
*Only first argument is converted to bold font.
 
*Only first argument is converted to bold font.
  

Latest revision as of 16:31, 2 July 2018

BOLD(Text)


  • is the text that needs to be changed to bold font.

Description

  • This function is used to change the normal font type to bold.
  • Bold font is used for emphasis. It makes the selected text darker than the surrounding text.
  • Argument can be text, numbers, or any special characters like @,&...
  • should be entered in double quotes("") for text and special characters. Numbers can be entered directly.
  • Only first argument is converted to bold font.

Examples

  • BOLD("Text in bold")=Text in bold
  • BOLD("&$#@")=&$#@
  • BOLD(1..10)=1 2 3 4 5 6 7 8 9 10
  • BOLD("name","address")=name
  • BOLD(cool)=Error


Related Videos

How to make font size bold


See Also


References