Difference between revisions of "Manuals/calci/MARQUEE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''MARQUEE(text)'''</div><br/> *<math>text</math> is the text for which marquee effect is to be applied. ==Description== *This function is used t...")
 
Line 1: Line 1:
<div style="font-size:30px">'''MARQUEE(text)'''</div><br/>
+
<div style="font-size:30px">'''MARQUEE(Text)'''</div><br/>
*<math>text</math> is the text for which marquee effect is to be applied.  
+
*<math>Text</math> is the text for which marquee effect is to be applied.  
  
 
==Description==
 
==Description==
 
*This function is used to apply the marquee effect for the given text.
 
*This function is used to apply the marquee effect for the given text.
 
*Marquee is scrolling text that moves across a defined section of an area in a horizontal or vertical direction.
 
*Marquee is scrolling text that moves across a defined section of an area in a horizontal or vertical direction.
*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 gets marqueed.
 
*Only first argument gets marqueed.
  

Revision as of 17:34, 20 July 2018

MARQUEE(Text)


  • is the text for which marquee effect is to be applied.

Description

  • This function is used to apply the marquee effect for the given text.
  • Marquee is scrolling text that moves across a defined section of an area in a horizontal or vertical direction.
  • 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 gets marqueed.

Examples

  • MARQUEE("text")
  • MARQUEE("&$#@")

See Also

References