Forum: Legacy and Other Languages Sep 7th, 2009 |
| Replies: 2 Views: 923 Not sure what you mean by . If you're trying to associate the numeric input with the string variable, could be done with a table? If the string data is single character, then IIRC the VAL()... |
Forum: IT Professionals' Lounge Nov 6th, 2007 |
| Replies: 9 Views: 1,986 Something else to consider -- some sort of "you break if, you fix it" clause. IOW, if the client makes changes to the code and things stop working, client is responsible to either revert to... |
Forum: Visual Basic 4 / 5 / 6 Jul 14th, 2006 |
| Replies: 1 Views: 1,840 Have been asked to convert a set of programs from QBASIC to VB6. Any real pitfalls that i should watch out for? FWIW, my BASIC experience is mainly GW-BASIC and earlier. And yes, i WILL be... |
Forum: C Jul 13th, 2004 |
| Replies: 2 Views: 3,857 What you're wanting to do used to be called 'object-level patching'. Depending on the machine the code was written for, there should be some kind of dis-assembler available which would allow you to... |