Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Pascal Ansi -iso > Unit namespace
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 203 of 211
Post > Topic >>

Unit namespace

by Il Razziatore <ilrazziatore@[EMAIL PROTECTED] > Feb 3, 2008 at 01:21 AM

Hi,
I have a question about ansi-iso pascal.

I have 2 unit and a main file

=== file a.pas: ===
Unit A;

Interface

     Var X : Byte;

End;

=== file b.pas: ===
Unit B;

Interface

     Var X : Byte;

End;

=== file main.pas ===

Program main;

uses A, B

begin
     A.X := B.X;
end;

the istruction A.X := B.X; is standard or it came with borland dialet? 
Standard Pascal have "unit namespace"?

-- 
Il Razziatore,
The Only Good Windows is an uninstalled Windows
-----------------------------------------------
MSN   : IlRazziatore@[EMAIL PROTECTED]
   : 67552596
Yhaoo : Razziatore82
-----------------------------------------------
Founder of MediaPlayer Project
http://mpp.iwebland.com




 2 Posts in Topic:
Unit namespace
Il Razziatore <ilrazzi  2008-02-03 01:21:29 
Re: Unit namespace
CBFalconer <cbfalconer  2008-02-03 00:08:02 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed May 14 0:24:49 CDT 2008.