Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 8674 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I'm not sure that you can since Filemaker doesn't seem to use Line Feed only Carriage Return. The question is why do need to know?

The following calculation will tell you whether the last character is a Carriage Return:

If( Right( YourField, 1) = "

Posted

Good question John. I'm using WinBatch, a Windows scripting utility supposedly similar to Applescript and the Troi Files Plugin. One or the other of them is appending a CR and LF to the line in a control file that I using for communications between WinBatch and FM5.

Right now, I just backing off the last 2 characters in FM without doing any testing...this works but makes me nervous.

Posted

WinBatch looks a lot like Basic...it has over 500 functions and is very easy to use. It has a built-in debugger so you can step thru each line of code. With the compiler, you can create standalone EXEs with no royalties. I've got an EXE with eight functions: return the disk serial # (for a copy protection scheme), play WAV files, backup and restore to zip drives where the utility determines what drive letter (if any) the zip is attached to, create hidden files, etc. put up messages. It's very flexible and quick to develop in. You can do any sort of file manipulation, number crunching, string manipulation, windows,etc.

This topic is 8674 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.