About 1,245,730 results (2,546 milliseconds)

String functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions
Returns 0 if value is empty or the ASCII code is 0 for the first character or byte. Return type. INT64. Examples.

Google Sheets function list - Google Docs Editors Help

https://support.google.com/docs/table/25273?hl=en
Returns Euler's number, e (~2.718) raised to a complex power. Learn more. Engineering, IMLOG, IMLOG(value, base), Returns the logarithm of a complex number for ...

Importing Page Break (code/ASCII?)

https://groups.google.com/g/microsoft.public.word.pagelayout/c/-7hiUKxhP3U
CARRIAGE RETURN as Oct 15, Dec 13, Hex d, CTRL+M So my other question is - which number am I going by for the 12...the Oct or Dec? AND why does the CTRL+M ...

Wrong data type returned for field from Excel

https://groups.google.com/g/microsoft.public.data.ado/c/8P93mbel-GY
Mar 15, 2002 ... within. However, even though the columns are formatted as text, if a cell in one of the columns contains values like "1245- MOD" ...

Ran into an "uncleanable" character in Google Sheets. This is a bug ...

https://support.google.com/docs/thread/51299987/ran-into-an-uncleanable-character-in-google-sheets-this-is-a-bug?hl=en
Jun 4, 2020 ... Excel documentation suggests that you use the SUBSTITUTE() function to get rid of non-printing Unicode characters: Sometimes text values ...

RTD in UDF not remembering value on open file

https://groups.google.com/g/exceldna/c/rWFj70es5T0/m/Asf-Abj1GCIJ
Dec 6, 2010 ... RTD(...) which uses the Excel-Dna path, but will work with regular registered RTD servers too. With your function wrapper you still get ...

constexpr ascii character checks

https://groups.google.com/a/isocpp.org/g/std-proposals/c/oLJhl4psmyI
This does not match the description of the function where it returns true if the value passed is >= 0 and <= 0x7F. // This is how you have it now in cctype.hh

Slow Report/Excel Generation compared to Query execution time

https://groups.google.com/g/microsoft.public.sqlserver.reportingsvcs/c/X_t1vFuwMLo
Nov 28, 2005 ... Parameters!ParamName.Value & "&rs:Format=CSV&rc:Encoding=ASCII". Very nice and very fast. -- Bruce Loehle-Conger MVP SQL Server Reporting ...

VALUE - Google Docs Editors Help

https://support.google.com/docs/answer/3094220?hl=en
text - The string containing the value to be converted. Notes. VALUE returns a pure number even if the argument to the function was interpreted as a date. For ...

Calling web requests from ExcelDna function

https://groups.google.com/g/exceldna/c/7KIqrOGEb5U
Mar 2, 2021 ... However, when I put in exceldna function, it returns #Value. Do i ... var byteArray = Encoding.ASCII.GetBytes("user:pswd"); var header ...

Cleaning up soft returns in database field content

https://groups.google.com/g/bbedit/c/EHWwF63ZWis
Sep 24, 2021 ... ... characters when exported to text. Is there any way of cleaning these up ... I am also going to attach my Excel ASCII Chart for reference.

Getting color codes of font or background color from cell in google ...

https://support.google.com/docs/thread/147420647/getting-color-codes-of-font-or-background-color-from-cell-in-google-sheets?hl=en
Jan 24, 2022 ... I managed to implement my own little function in excel where I could get the font color code from a cell. ... value like 44 e.q. Is this somehow ...

Help interpreting GPS Tim

https://groups.google.com/g/lastools/c/x0fgpTfvOD8
Oct 18, 2017 ... number of points by return: 5681927 1378521 173893 4360 0. scale ... GeoAsciiParamsTag (number of characters 101).

How to use find+replace to replace newline (\n) with soft linebreak or ...

https://support.google.com/docs/thread/9648924/how-to-use-find-replace-to-replace-newline-n-with-soft-linebreak-or-vertical-tab-v?hl=en
Jul 10, 2019 ... I am importing text from Unix and MacOS into Google Docs document and the text gets double line-spaced on paste, even with line spacing set ...

Format elements | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/format-elements
Converts a sequence of bytes that are ASCII values to a string. If the input contains bytes that aren't a valid ASCII encoding, an error is returned. Input: b'\ ...

CHAR - Google Docs Editors Help

https://support.google.com/docs/answer/3094120?hl=en
Not all Unicode characters will display properly on all ... CODE : Returns the numeric Unicode map value of the first character in the string provided.

Unique Combinations from multiple columns - Google Docs Editors ...

https://support.google.com/docs/thread/100385323/unique-combinations-from-multiple-columns?hl=en
Mar 2, 2021 ... ... get one value for each row and each column. So, if you have A1:A3 & B1:E1, you get a table of 12 values arranged in 3 rows and 4 columns.

Cell attributes

https://groups.google.com/g/openpyxl-users/c/D2FwXZsmslw
I've been trying call a loop function for cells in a particular row in Excel, specifically trying to grab cells between columns A to Z.

Finding rows where the column starts or ends with a 'bad' character

http://feedproxy.google.com/~r/SqlServerCodetipsAndTricksPerformanceTuning/~3/0Za38dEDY_8/finding-rows-where-column-starts-or-end-with-bad-characters.html
Feb 14, 2019 ... That would give them the ascii numerical value. For example a tab is 9, linefeed = 10.... Here is a chart for the characters between 0 and 32 ...

Multiline strings in wxDataViewCtrl

https://groups.google.com/g/wx-dev/c/pmu7gIWxHH0
Sep 29, 2015 ... Also perhaps consider to include the option to use a 'Pilcrow' (ASCII 244) instead of Return Symbol?. Interestingly Excel (I know it's not ...