JavaScript Required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
VBA Demo v1.3
Coda Pack Funding Proposal
Visual Basic Demo v1.3
VBA Code
Assembler
Compiler
Output
Tables
Remote Working, EU Travel
More
Share
Explore
VBA Code
Input VBA, translate to CFL, run code & see output
Visual Basic Demo v1.3
Assembler
Tables
Output
Compiler
SELECT:
USA
TOTAL:
0
Reset!
VBA
VBA
0
Search
VBA
Convert
Assembler
Coda
Run
Output
Clear
1
for each cust in CUSTOMERS
if cust.Region=SELECT then
for each ord in ORDERS
print cust.ID+ord.ID
for each prod in ord.Products
if prod.DeliveryType=2 then
print ‘→’+prod.ID
TOTAL = TOTAL+prod.Price
end if
next prod
next code
end if
next cust
Convert!
runactions( )
Run!
Clear!
There are no rows in this table
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.