Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Fri Jul 19, 2002 12:10 pm |
First, you would need to create the strcuture of the database. Create a new database, and go to Fields. In there just create a single field: Note (you give it any name you want.) The type should already be Text, so there is no problem. Now, for the commands:
#ALIAS Note {#NEW All {Note="%-1"}}
#ALIAS DNote {#DBDEL %1}
#ALIAS LaNote {#SAY Note %1 - %db(%dbget(%1), Note)}
#ALIAS LiNote {#SAY IDs of Notes:;#LOOPVIEW {#SAY %leftback(&Num, 2)}}
Kjata |
|