1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: string conversion to uppercase or lowercase |
From: | "Johnson, Andrew N. via Tech-talk" <[email protected]> |
To: | "[email protected]" <[email protected]> |
Date: | Mon, 18 Nov 2019 18:58:11 +0000 |
Hi Han, On 11/17/19 5:33 PM, Jeong Han Lee via Tech-talk wrote:
Is there a way to convert a string from uppercase to lowercase or vice-verse by using only available records within database files? Yes, but you would still have to write some C/C++ code — using an aSub record, where you would write one or more subroutines to do the actual conversions. That is still using a record type that comes with Base, but probably isn't what you wanted to hear. I can't think of a better solution at the moment. - Andrew -- Complexity comes for free, Simplicity you have to work for. |