addedValues Plugin

...Powerful Free! Database Expansion for Manila
logoBottle:

(1 or more words)


Get tropes here!
Click to see internals
Report bug


American Civil Liberties Union of New Jersey

sitepic_aclunj.jpg:
Viewable with Any Browser

Members
Join Now
Login

Variables: Defining their Nature

The first definition element is what type of variable is it..

Does this variable belonging to a group of variables? This comes in handy when you want to, say, prepare a form to fill out that contains a series of variables and mail it to a given address. These variables can be grouped under a same heading (say, eMailActions)

How does this field relate to manila objects, Does it apply to

  1. first area of application
    • messages
    • gems
    • shortcuts
    • members
    • global values
  2. second area of application, if the first chosen is 'messages'
    • home pages
    • pictures
    • stories
In most cases, your value will be applicable to stories/messages. But you can see the extensibility of the concept...

Hint: Usually, if you have defined the variable's type, click on the modify button so that subsequent menus & choices be adapted to the nature of the value. This will avoid confusion in subsequent steps.

What to do if you absolutely have to change variable type...
This is a costly operation; hopefully you will be wiser than the author of the lines & have defined your database correctly the first time. But in case you haven't, Here are the steps you have to follow:

  1. First give a consideration to the nature of your data. If you are moving from an integer to a fixed length regular expression, then an entry of 0 (zero) will choke things up: addedValues is expecting something different from what is already loaded...
  2. You most probably will need to re-import your data. Ensure you have consulted the Import reference material before proceeding. Prepare your file anew, making sure your data conforms to the regular expression check you are implementing
  3. Change the type of the variable
  4. import the data (don't forget that your 'Create stories' variable = false)
  5. you may have to re-index the variable (not a bad thing to do anyways)