Forum: Visual Basic 4 / 5 / 6 Mar 22nd, 2006 |
| Replies: 2 Views: 1,108 hello can someplease please help me understand what the asc function and the mid function can do. does the asc function find the string and the mid function replace the string with a number. i have had a... |
Forum: Visual Basic 4 / 5 / 6 Mar 17th, 2006 |
| Replies: 9 Views: 1,724 |
Forum: Visual Basic 4 / 5 / 6 Mar 13th, 2006 |
| Replies: 9 Views: 1,724 Re: please for maths student hello yomet, will it be possible for me to send you an attachment with the work i have done, i would like some advice, i would send you it on the forom but can't because other staff may be doing the... |
Forum: Visual Basic 4 / 5 / 6 Mar 5th, 2006 |
| Replies: 9 Views: 1,724 Re: please for maths student i have wrote this but does not work, can you please have a look please
public function MyOwnASC ( aLetter as string) as integer
dim tmp as string
tmp="ABCDEFGHIJKLMNOPQRSTUVWXYZ"
MyOwnASC... |
Forum: Visual Basic 4 / 5 / 6 Mar 5th, 2006 |
| Replies: 9 Views: 1,724 Re: please for maths student Hello thank you, this will help me a lot, but am not as good at programming, can you please do that part of the code for me, please.
Public Function Zeichen_OUT(Zeichen As String, wheelNr As... |
Forum: Visual Basic 4 / 5 / 6 Mar 3rd, 2006 |
| Replies: 9 Views: 1,724 Re: please for maths student What I want to do is the same thing as this bellow, but without using the ASC function, is there a way, there must be a way doing it without ACS function, I just don’t know one, can anyone help... |
Forum: VB.NET Mar 1st, 2006 |
| Replies: 0 Views: 856 please for maths student Hello can anyone please help me with some code, as you may be aware ASC means:
Function Asc(String As String) As Integer
Public Function Zeichen_OUT(Zeichen As String, wheelNr As Integer) As... |
Forum: Visual Basic 4 / 5 / 6 Mar 1st, 2006 |
| Replies: 9 Views: 1,724 please for maths student Hello can anyone please help me with some code, as you may be aware ASC means:
Function Asc(String As String) As Integer
Public Function Zeichen_OUT(Zeichen As String, wheelNr As Integer) As... |
Forum: Visual Basic 4 / 5 / 6 Feb 28th, 2006 |
| Replies: 4 Views: 958 |
Forum: Visual Basic 4 / 5 / 6 Feb 28th, 2006 |
| Replies: 4 Views: 958 Please Help Me Chage As Much As Possible hello, i have copied parts of it from the book, am not allowed is there anyway someone can chage as much as there can, and try and get rid of ASC, is there another way of doing it, without ASC, OR... |
Forum: IT Professionals' Lounge Nov 10th, 2005 |
| Replies: 2 Views: 1,740 computer security does anyone please know what this question mean
computer security - culture or chance??
what does the culture and chance mean, can someone please give me a example, does it have something to do... |
Forum: C++ Feb 28th, 2005 |
| Replies: 8 Views: 2,283 |
Forum: C++ Feb 28th, 2005 |
| Replies: 4 Views: 2,705 |
Forum: C Feb 28th, 2005 |
| Replies: 4 Views: 1,754 |
Forum: C++ Jan 6th, 2005 |
| Replies: 8 Views: 1,968 Re: queue , memory, 32k please do you know anything about c++. or have you just created this site for fun. i though you people knew certain things, i guess i was wrong. how hard can it be for creating a my program |
Forum: C++ Jan 6th, 2005 |
| Replies: 8 Views: 1,968 |
Forum: C++ Jan 5th, 2005 |
| Replies: 8 Views: 1,968 |
Forum: C++ Jan 5th, 2005 |
| Replies: 8 Views: 1,968 queue , memory, 32k please please help me, am confused in the memory bit, all i want is 32 k memory free and each time i add something and run it, it will say for example 27 k memory left
how to i make this program only have... |
Forum: C++ Jan 1st, 2005 |
| Replies: 12 Views: 2,652 Re: memory ok is need to be done using queues, for example the first thing that should come up is 40k memory free, then for example if you wanted to add two number the program would go in the queue, and say you... |
Forum: C++ Dec 29th, 2004 |
| Replies: 12 Views: 2,652 memory i need some help,
is there a program which will only have let say 40k of memory, for example a program that will use queues, when you enter a number it will say you have use 10 k memory , please... |
Forum: C Dec 26th, 2004 |
| Replies: 3 Views: 1,339 please help Each job had:
• a name ( up to 8 letters)
• a unique job number ( first job 1, second 2 and so on)
• a priority 1-5
• memory requirement ( multiples of 4K, max 16K )
• programmer - name,... |