Search found 3 matches
- Mon Nov 17, 2014 3:55 pm
- Forum: Programming
- Topic: Using a string as the last date in sample
- Replies: 2
- Views: 3169
Re: Using a string as the last date in sample
Many thanks, Trubador!
- Sun Nov 16, 2014 10:08 pm
- Forum: Programming
- Topic: Using a string as the last date in sample
- Replies: 2
- Views: 3169
Using a string as the last date in sample
Hi I have a string named 'lastqtr' that is derived from a dialogue box wherevy the user inputs the last date for their data in the format 'mm/dd/yy'. So, for example: string lastqtr = 11/01/2014 I was wondering how I can then use this string to set the sample size of my workfile? I have tried stuff ...
- Mon Oct 20, 2014 4:40 pm
- Forum: Programming
- Topic: Deleting temporary series and table?
- Replies: 1
- Views: 2341
Deleting temporary series and table?
Hi there How can I delete the temp series and table created by this code? Obviously these series are required in the if sections, but I am running this for a few hundred series and do not wish to keep each temp series and table once the testing is completed. %temptb = @getnextname("_temptb"...
