Search found 3 matches
- Fri Feb 15, 2008 7:59 pm
- Forum: General Discussion
- Topic: User Designed Seperate Function
- Replies: 7
- Views: 8891
Thank you for checking this procedure out for me, nevertheless I did check to make sure that when I set a variable to 40 it remained at 40. I did this in 3 seperate areas of my code before ever calling this procedure. It was only during the procedure and always thereafter that 40 was changed to 36. ...
- Fri Feb 15, 2008 3:32 pm
- Forum: General Discussion
- Topic: User Designed Seperate Function
- Replies: 7
- Views: 8891
OK, it is redundant and it doesn't solve the following problem when reading the following file data into one string; say "readstring" John Doe/40 Cool Blue/36 Jane Doe/36 Mary Jane/40 Somebody Else/25 then separate it into 5 strings of astring_1 thru astring_5 separate>readstring,%CRLF%,astring You ...
- Fri Feb 15, 2008 1:26 am
- Forum: General Discussion
- Topic: User Designed Seperate Function
- Replies: 7
- Views: 8891
User Designed Seperate Function
/* Using MySeparate places the parsed variables into xxx. Try this function out if your having problems with the Seperate function for whatever reason; in no wise diminishing from the power of Macro Scheduler's built in function. This code works as is, or modify to make it work the way you want it t...