 Problem statement :  further to some works performed at adesta.net

                      while the concept can be used in many a supported language in computing context
                      VB is choosen ....for illustration.

 Opportunity a: vb  'now' as a function ....taking the output as a char string,
                taking the input of the length or number of chars required.
                using sub-string or mid as a function ...picking up required substring or mid.

                suppress semi colon should they occur in the char output of the 'now'

               
 opportunity b: using chr() of function ...using substr or mid function ...using variable length...with in
                the range of ascii table ...generate random string. 

                suppress semi colon should they occur in the char output of the 'now'


 Opportunity c: using chr() of function , ...a loop through by taking a temporary
                variable to derive at a input for the chr funtion...in conjuction with mid(),
                with-in taking input from now , such that sum of the characters falls within 
                the range of alphabetical range in ascii table ....generate or construct the 
                required number random characters.

                suppress semi colon should they occur in the char output of the 'now'

 opportunity d: similarly taking random inputs for within in the range required one can juggle around with
                mathematical functions ...arrive at various kinds of random number's for various purposes.

                eg: anchoring a camera of a satellite randomly at a specific angel ...so that random survey
                    or random survielance can be done.....also picking up or tracking a random sim-id
                    or entity to be tracked.

 opportunity e: a range of random strings can be derived using date and date based functions and format type

 Opportunity f: using RGB(red, green, blue) ...generate the standard set colors
                
                eg: asking the user to enter the color or colour on a area or back-ground color or fore-ground colour
                    in combination with a,b,c,d,e  ....for web based usages viz. html or dhtml, say document,table,span,layer ...etc.


-------------------------------------------------------------------------------------------------------------------------------------------------------------             

      Note: The above problem statement having been encountered in various scenarios
      and detailed in various 'Proof of concepts' as mentioned in 
      
       http://uk.geocities.com/ravivenkatus/projects.pdf
       http://ravishankarkv.tripod.com/projects.pdf
        ....apply appropriate
      'use-case' modeling and arrive at a workable and feasible solution both
       commercially and techinically viable.


----------------------------------------------------------------------------------------------
