Re: character string assumed length



On Feb 27, 3:36 pm, "Lynn McGuire" <nos...@xxxxxxxxxx> wrote:
If I call a subroutine with a given character string and I try to put
a larger character string in the string than the field size, what
happens ?

The standard rules for intrinsic assignment of character values apply
- the string is truncated on the right. Since abc is a passed-length
dummy argument, it is character*8 and it operates the same way as if
you had explicitly declared it to be character*8.

Steve

.



Relevant Pages

  • F is evil (was: XML::LibXML UTF-8 toString() -vs- nodeValue())
    ... And with C<use encoding 'utf8';> you'll get the same character string, ... A script is the complete program text, ...
    (comp.lang.perl.misc)
  • Re: Cell formatting issue
    ... the query process select Preserve cell formatting ... The character string should be ... than opening it intoExceland found the character string did ... Looking at the .xls file I do not see a difference ...
    (microsoft.public.excel.misc)
  • Re: Question about Descriptors
    ... > let you effortlessly do math with numbers that were stored in strings. ... If you moved a character string with numeric characters ... I think I missed the posting that defined string processing. ... String processing includes a native ability to define character string variables ...
    (comp.os.vms)
  • Re: Can somebody point me in the right direction?
    ... ten from the ten character string. ... There should be little probability of entering a random character string ... If you use encryption you have a potential problem at the second black ...
    (sci.crypt)
  • Re: Why character instead of numerics?
    ... Create Cursor Test ) ... > numeric (not numeric digits in a character string that looks like a ... if I decode a character string that is composed of various digits ...
    (microsoft.public.fox.vfp.queries-sql)