when i try to use the AS operator it raises an error, how can i use it?
i tried
foreach temp() as var
....
yet it doesnt let me whats the point of it being highlighted if its not supported?
how does the "as" operator work?
The As keyword is only for use together with Import:
Code: Select all
Import "xyz.lib"
myFunction() As "some_weird_name"
EndImport
quidquid Latine dictum sit altum videtur
The "AS" operator is used between Import and EndImport.jorgejones wrote:when i try to use the AS operator it raises an error, how can i use it?
i tried
foreach temp() as var
....
yet it doesnt let me whats the point of it being highlighted if its not supported?
Look to the user manual for specifics on those commands.
-
- User
- Posts: 32
- Joined: Tue Mar 21, 2006 8:27 am