| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating | | |
 |
GRE WordList - Intro To Usage of Excel DB | VB 5.0, VB 6.0, VBA MS Excel | Intermediate / Karthik A | 1740 since 6/28/2006 12:48:15 AM | Unrated
|
| |
This application aims at 2 things
1. Building a GRE WordList Primer which randomly displays words with their meanings in a unmovable window.
2. Introducing how to use Excel as a database, here the wordlist is in a excel file and the words are picked from ...(description truncated) (ScreenShot)
|
| |
 |
Julian To Gregorian Converter | VB 5.0, VB 6.0 | Beginner / Karthik A | 2117 since 6/10/2006 5:13:01 AM | Unrated
|
| |
This function takes the julian date in the format YYYYDDD as the input and returns the gregorian date as the output
|
| |
 |
Tokenizer - A User defined function | VB 5.0, VB 6.0 | Intermediate / Karthik A | 2846 since 10/13/2006 3:40:11 PM | Unrated
|
| |
This function can be used to tokenize a line into tokens. For example if the line is
planet-source-code
and the delimeter is -
then the output of the function will be an array containing the tokens
planet
source
code
|
|
|