Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

  • Newbies

Desperately hoping for help...

I have 20 class lists - each class list is stored as a a seperate database, with each record within the database representing a student (by name).

I need to create a script that will count the number of students common to each class. For instance, it will compare Class A and Class B, and generate a number based on which students are common to both.

I know this must be possible, but it makes my head hurt trying to figure it out...thanks!

I would concatenate all the files together. Add a Class field in the new file to identify the class, and then bring in all the records from all of the other files. This new file should be much easier to work with in many ways.

For your current problem, create an additional number field called Flag.

1. Show all records.

2. Use the replace command to set the Flag field to 0 for all records.

3. Find all records where Class=A.

4. Use the replace command to set the Flag field to 1 for the found set.

5. Find all records where Flag=1 and Class=B

The resulting found set will be students common to both class A and B.

[This message has been edited by BobWeaver (edited March 09, 2001).]

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.