Difference between revisions of "Manuals/calci/ITALIC"

From ZCubes Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
*ITALIC("address:#83,salai street")=''address:#83,salai street''
 
*ITALIC("address:#83,salai street")=''address:#83,salai street''
 
*ITALIC(cool)=Null
 
*ITALIC(cool)=Null
 +
 +
 +
==See Also==
 +
*[[Manuals/calci/ISEVEN  | ISEVEN ]]
 +
*[[Manuals/calci/ISNUMBER  | ISNUMBER ]]
 +
 +
==References==
 +
[http://en.wikipedia.org/wiki/Is_functions  Is Function]
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Revision as of 14:08, 29 March 2018

ITALIC(text)


  • is the text which we want change the font to italic.

Description

  • This function used to change the normal font to italics.
  • Italic type is a cursive font based on a stylized form of calligraphic handwriting.Owing to the influence from calligraphy, such fonts normally slant slightly to the right..
  • ITALIC function will consider text, numbers, or any special characters like @,&...
  • Also we have to give the input with in double quotes("") or we can use the cell references.

Examples

  • ITALIC("total marks")=total marks
  • ITALIC("&")=&
  • ITALIC(2347)=2347
  • ITALIC("address:#83,salai street")=address:#83,salai street
  • ITALIC(cool)=Null


See Also

References

Is Function