Changeset 766 for trunk/guitools/shared/smbtree.vrs
- Timestamp:
- Apr 5, 2013, 7:54:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/shared/smbtree.vrs
r759 r766 280 280 281 281 do while(left(line,1) = '09'x) /* Share loop */ 282 parse var line '09'x share type comment283 type = translate(strip(type))284 comment = strip( comment)282 share = strip(substr(line,2,16)) 283 type = translate(strip(substr(line,17,10))) 284 comment = strip(substr(line,27,)) 285 285 286 286 select … … 294 294 /* Now the machine receives the wakeup icon */ 295 295 ok = VRMethod('CN_smbtree', 'SetRecordAttr', smbtree.!machine, 'Icon', "#35:PMWP.DLL") 296 296 297 parent = smbtree.!machine 297 298 smbtree.!share = VRMethod( "CN_smbtree", "AddRecord",parent,, share||'0D0A'x||comment, res)
Note:
See TracChangeset
for help on using the changeset viewer.