Menu

#19 Truncating data ending with semicolon

v4.x
closed
AllChars (30)
5
2012-07-19
2008-02-17
Battles
No

AllChars V4.0.321

I have always had a macros setup like:

Name Text
st : string;
in : integer;

In this new version, it places the correct code in the .ini file, but upon executing, it truncates the outcome to:

: strin
and
: intege

Thanks.

Discussion

  • Alexander Grasser

    Logged In: YES
    user_id=733840
    Originator: NO

    Is the : part of the expansion?
    Does it also have a space before the :?
    Does it only happen when the expansion ends in ;?
    Does this problem occur only in your IDE or also in notepad?

     
  • Battles

    Battles - 2008-02-20

    Logged In: YES
    user_id=1957572
    Originator: YES

    Strangely enough, the program is correctly pasteing the snippet now. I tested it both in notepad and my Delphi compiler and it is working ok. This was possibly a temporary fluke caused by Vista. Thanks for you quick response.

     
  • Battles

    Battles - 2008-02-20

    Logged In: YES
    user_id=1957572
    Originator: YES

    I should have answered your questions for further reference, should this happen to someone else. When it wasn't working:

    Is the : part of the expansion? Yes
    Does it also have a space before the :? No
    Does it only happen when the expansion ends in ;? Yes
    Does this problem occur only in your IDE or also in notepad? Both

    Again, AllChars is working ok now. This program is invaluable. Very few programs I know will increase the efficiency of computing like this one.

     
  • Alexander Grasser

    Logged In: YES
    user_id=733840
    Originator: NO

    Possibly some kind of keystroke handling error inside Vista. I suspect that the delete sequence (or part of it) was executed before and after the expansion. A reboot might have fixed it.

    Thanks Battles for answering my questions.

     

Anonymous
Anonymous

Add attachments
Cancel