Post Reply 
[SOLVED] Bug with INSTRING
10-27-2016, 01:47 PM (This post was last modified: 10-27-2016 02:04 PM by StephenG1CMZ.)
Post: #7
RE: Bug with INSTRING
To represent the square root symbol as a Unicode numeric use this syntax:
Code:


  MSGBOX(ASC("√"));//shows the number 8730 is Unicode for sqrt char
  MSGBOX(CHAR(8730));//returns the sqrt Character from the number
 //Perhaps that representation will avoid the extra space?

Note: If you look through Shift Chars you can discover other code numbers.
But beware that there may be several similar-looking symbols.

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[SOLVED] Bug with INSTRING - CH3791 - 10-26-2016, 08:37 AM
RE: Bug with INSTRING - StephenG1CMZ - 10-26-2016, 01:02 PM
RE: Bug with INSTRING - Han - 10-26-2016, 06:49 PM
RE: Bug with INSTRING - toml_12953 - 10-27-2016, 06:41 AM
RE: Bug with INSTRING - CH3791 - 10-27-2016, 09:36 AM
RE: Bug with INSTRING - StephenG1CMZ - 10-27-2016 01:47 PM
RE: Bug with INSTRING - CH3791 - 10-28-2016, 07:10 AM
RE: [SOLVED] Bug with INSTRING - Jan_D - 11-19-2016, 09:11 PM
RE: [SOLVED] Bug with INSTRING - CH3791 - 11-21-2016, 10:38 AM
RE: [SOLVED] Bug with INSTRING - Jan_D - 11-21-2016, 03:45 PM



User(s) browsing this thread: 1 Guest(s)