No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: Not sure what you mean by [QUOTE] convert string "A" into numerical variables A1, A2, [/QUOTE]. 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() function would return the ASCII … | |
Re: 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 supported version, or pay (dearly!) to have problem fixed. This situation should NOT be covered … | |
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 RTFMing. tke | |
Re: 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 decode the executable back into assembler code. N.B., this is NOT a trivial pursuit. Have done this … |
The End.