Discriminators: Strings & Variables

Just starting out? Need help? Post your questions and find answers here.
Peter_DevRes
User
User
Posts: 39
Joined: Tue Mar 17, 2009 6:58 pm
Location: UK

Discriminators: Strings & Variables

Post by Peter_DevRes »

Hi there,


Looking for some syntax help for PB.

I would like to fully understand the string, variable and array type discriminators. Not clear how PureBasic 'labels/denotes' these different string types or variable types. Any clues?

Case in point:
" FileNo.l " --> what is '.l'


Would be grateful for some general background on this.

Do you happen to know what section are these described in, in the PB manual (v4.30)? I have search the manual, not finding what I am interested in.


Thanks & regards,

Peter.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Manual wrote:General Topics
General Syntax Rules
Variables, Types and Operators
The .l means long (see Variables, Types and Operators).
Post Reply