Home   Help Search Login Register  

Author Topic: strings?  (Read 513 times)

0 Members and 1 Guest are viewing this topic.

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
strings?
« on: 04 Apr 2003, 07:36:34 »
Ok... Since I have start written some tutes it have to be proffesional. I have never used the right words such as string and array and stuff. Actually, I donÂ't know what it is. Can someone give me some kinda list of such words plz?

Thx in advance.

Der_Richter

  • Guest
Re:strings?
« Reply #1 on: 04 Apr 2003, 10:57:10 »
String - A sequence of characters, actually an array with start and ending pointers, but donÂ't bother, it is quite hard to understand without programming experience


Array (Vector) - A collection of values "Group[1]" is a value. Group[] is an array. Within Group[] you can store values to dereference later.


Int (Integer) - What it says, an integer value


Float - A float value, 2.12 is a float. 2 is an integer.


Char - Character.


Bool (Boolean) - A Boolean value, True or False.


If you need any more help or need more explanations, tell me.

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:strings?
« Reply #2 on: 04 Apr 2003, 12:32:56 »
Read the special sections in the Command Ref, they explain a lot of these things.
Plenty of reviewed ArmA missions for you to play