Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~786 People Reached
About Me

mainframe dinosaur

Favorite Tags

4 Posted Topics

Member Avatar for kanga85

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 …

Member Avatar for kanga85
-1
148
Member Avatar for xicago1

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 …

Member Avatar for jwenting
-1
237
Member Avatar for kthompsn

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

Member Avatar for Comatose
0
309
Member Avatar for dennis_89

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 …

Member Avatar for bentkey
0
92

The End.