Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
change char's
Name: GabrielTweto Date: January 23, 2008 at 02:46:35 Pacific OS: xp pro CPU/Ram: pentium 3Ghz Product: d.n.
Comment:
how can i change char's to my will in gwbasic ? ( i hope my english is ok )
Name: wizard-fred Date: January 23, 2008 at 10:15:31 Pacific
Reply:
Wrong software. Use a text editor or word processor instead.
0
Response Number 2
Name: Razor2.3 Date: January 23, 2008 at 18:00:20 Pacific
Reply:
If you're talking about modifying input from a GW-BASIC program, then yes, it can be done. You convert the character to a number with the ASC() function, do whatever modification you want to it, then convert it back with the CHR$() function.
Summary: First, #2 The meaning of *charPtr is ambiguous (my big word for the day) unless it's in context. In this context, char *charPtr, this declares the variable named charPtr to be a pointer to a character...
Summary: At work, we have a novell network of many identical p3500/128mb compaqs. My supervisor requested that I edit internet explorer's footer to assist in tracking printed web documents. I made a visual bas...
Summary: hello, i have dev c++ and visual studio 6.0 and i want to make a c++ program that will let the user input a string of characters (like a name) and then have the program display that string. my proble...