Google Groups Home
Help | Sign in
STRSORT trailing NULLs and FILEPUTVARIABLES additions
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
John Bridges  
View profile
 More options Apr 28, 1:33 pm
From: "John Bridges" <john.brid...@gmail.com>
Date: Mon, 28 Apr 2008 10:33:53 -0700
Local: Mon, Apr 28 2008 1:33 pm
Subject: STRSORT trailing NULLs and FILEPUTVARIABLES additions
New build of AfterGRASP is up for download:

http://www.aftergrasp.com/download/agsetup_20080428.exe

--------------------------------------------------------------------------- -
Mon, 28 April 2008

@DRAWOFFX and @DRAWOFFY fixed to match @DRAWOFFMINX and @DRAWOFFMINY

STRLINECOUNT was not handling strings with trailing NULL characters
correctly, it was returning a count one less than the correct value.

STRSORT was including extra NULL characters at the end of the result,
sometimes a single NULL, sometimes 3 NULL characters. Fixed.

FILEPUTVARIABLES now supports wildcard variable names.

FILEPUTVARIABLES now supports filehandles as well as filenames, so
you can do this:

  drawclear white
  set a 1 b 2 c 3 x 99 y 98 z 97 hello xx goodbye yy
  fileputvariables test.ini hello goodbye
  fs = fileappend(test.ini)
  fileseek @fs 0 2
  fileputvariables @fs a b c
  fileputvariables @fs x y z
  fileclose @fs
  messagebox fileget(test.ini)
  exitnow

--------------------------------------------------------------------------- -


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google