Difference between revisions of "Manuals/calci/T"

From ZCubes Wiki
Jump to navigation Jump to search
Line 26: Line 26:
 
#=T("201") = 201
 
#=T("201") = 201
 
#=T(B2) = 1B
 
#=T(B2) = 1B
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|BlS11D2VL_U|280|center|Test}}
  
 
==See Also==
 
==See Also==

Revision as of 15:53, 14 May 2015

T(n)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n } is the value to test.

Description

  • This function gives the text referred to by value.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle T(n)} , Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n } is the value to test .
  • This function will return the same text whether value is text or it will return the empty text whether Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n } value is not text.

Examples

Spreadsheet
A B
1 Pollution 178
2 FALSE 1B
  1. =T(A1) = Pollution
  2. =T(B1) =
  3. =T(A2) =
  4. =T("Population") = Population
  5. =T("201") = 201
  6. =T(B2) = 1B

Related Videos

Test

See Also

References